diff options
author | rubidium <rubidium@openttd.org> | 2009-11-02 16:07:09 +0000 |
---|---|---|
committer | rubidium <rubidium@openttd.org> | 2009-11-02 16:07:09 +0000 |
commit | 56611d13db7f69bb482b7fd625511a311e97e251 (patch) | |
tree | 4b65382b280fc0e7ffc9a1d8be5f19f823c484a0 /src/table | |
parent | 8382b4142001d8857abbca986a21b7763cc0e316 (diff) | |
download | openttd-56611d13db7f69bb482b7fd625511a311e97e251.tar.xz |
(svn r17955) -Codechange: s/SPR_PLAYER_ICON/SPR_COMPANY_ICON/
Diffstat (limited to 'src/table')
-rw-r--r-- | src/table/sprites.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/table/sprites.h b/src/table/sprites.h index 4a1a67876..e522ec71f 100644 --- a/src/table/sprites.h +++ b/src/table/sprites.h @@ -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, |