Revert "First stage of ship browser rewrite"

This reverts commit 64ae2b8a01.
This commit is contained in:
cncfanatics
2010-10-12 16:04:24 +02:00
parent 99527b404b
commit 3b4d4e661c
2 changed files with 344 additions and 14 deletions

View File

@@ -26,8 +26,7 @@ def getStaticBitmap(name, parent, location):
static.SetBitmap(getBitmap(name,location))
return static
locationMap = {"pack": os.path.join(config.staticPath, "icons"),
"ships": os.path.join(config.staticPath, "icons", "ships")}
locationMap = {"pack": os.path.join(config.staticPath, "icons")}
def getBitmap(name,location):
icon = getImage(name, location)