summaryrefslogtreecommitdiff
path: root/industry_cmd.c
diff options
context:
space:
mode:
authordarkvater <darkvater@openttd.org>2004-12-04 23:43:54 +0000
committerdarkvater <darkvater@openttd.org>2004-12-04 23:43:54 +0000
commit6e49b85703bf32ecd1174ba5a59e240211f76523 (patch)
tree27247939a5725089aacc7a0709c842c035a50c4f /industry_cmd.c
parent14a025a6bfc7254371b949ba2f9af70407292996 (diff)
downloadopenttd-6e49b85703bf32ecd1174ba5a59e240211f76523.tar.xz
(svn r952) -A tiny insignificant fix for a toyland industry gfx
-Added table\sprites.h to VS.NET project file
Diffstat (limited to 'industry_cmd.c')
-rw-r--r--industry_cmd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/industry_cmd.c b/industry_cmd.c
index 43cefea1b..53da5e600 100644
--- a/industry_cmd.c
+++ b/industry_cmd.c
@@ -229,7 +229,7 @@ static void IndustryDrawTileProc3(TileInfo *ti)
AddChildSpriteScreen(0x128B, 5,
_industry_anim_offs_2[_map3_lo[ti->tile]]);
}
- AddChildSpriteScreen(0x30B928A, 3, 67);
+ AddChildSpriteScreen(4746, 3, 67);
}
static void IndustryDrawTileProc4(TileInfo *ti)