Ugly stuff - race imgs

This commit is contained in:
HomeWorld
2010-10-26 18:55:00 +03:00
parent 66a4b3cd4b
commit 7038954389
2 changed files with 9 additions and 4 deletions

View File

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