diff options
author | tron <tron@openttd.org> | 2005-10-15 11:06:54 +0000 |
---|---|---|
committer | tron <tron@openttd.org> | 2005-10-15 11:06:54 +0000 |
commit | 53a4a6a0f4f2575768b094018d58c63b40a32dad (patch) | |
tree | b29021fa7ba6b899a521aa0856f9ea9ba5047dbe /table/sprites.h | |
parent | 668963a3591759e82bd247d49164b1c8754fd785 (diff) | |
download | openttd-53a4a6a0f4f2575768b094018d58c63b40a32dad.tar.xz |
(svn r3046) Replace some numbers with sprite names and fix a typo in the sprite list
Diffstat (limited to 'table/sprites.h')
-rw-r--r-- | table/sprites.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/table/sprites.h b/table/sprites.h index cb2e0c1b9..00d92bd5c 100644 --- a/table/sprites.h +++ b/table/sprites.h @@ -119,7 +119,7 @@ enum Sprites { SPR_HUGEHQ_WEST_BUILD = 2630, SPR_HUGEHQ_SOUTH = 2631, SPR_STATUE_GROUND = 1420, - SPR_STATUE_COMPANY = 2623, + SPR_STATUE_COMPANY = 2632, SPR_BOUGHT_LAND = 4790, /* sprites for rail and rail stations*/ |