(svn r17955) -Codechange: s/SPR_PLAYER_ICON/SPR_COMPANY_ICON/

This commit is contained in:
rubidium
2009-11-02 16:07:09 +00:00
parent 8382b41420
commit 56611d13db
5 changed files with 7 additions and 7 deletions

View File

@@ -254,7 +254,7 @@ enum Sprites {
SPR_GRADIENT = 874, // background gradient behind manager face
/* Icon showing company colour. */
SPR_PLAYER_ICON = 747,
SPR_COMPANY_ICON = 747,
/* is itself no foundation sprite, because tileh 0 has no foundation */
SPR_FOUNDATION_BASE = 989,