diff options
author | darkvater <darkvater@openttd.org> | 2004-12-04 23:43:54 +0000 |
---|---|---|
committer | darkvater <darkvater@openttd.org> | 2004-12-04 23:43:54 +0000 |
commit | 15879e7ed9a34308e1dc369c2f49c63cbf23be6a (patch) | |
tree | 27247939a5725089aacc7a0709c842c035a50c4f | |
parent | 5069e98221de0637417b36dfc350c67f80e57fed (diff) | |
download | openttd-15879e7ed9a34308e1dc369c2f49c63cbf23be6a.tar.xz |
(svn r952) -A tiny insignificant fix for a toyland industry gfx
-Added table\sprites.h to VS.NET project file
-rw-r--r-- | industry_cmd.c | 2 | ||||
-rw-r--r-- | ttd.vcproj | 3 |
2 files changed, 4 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) diff --git a/ttd.vcproj b/ttd.vcproj index 5d6f58502..f296753e5 100644 --- a/ttd.vcproj +++ b/ttd.vcproj @@ -2655,6 +2655,9 @@ RelativePath="table\roadveh.h">
</File>
<File
+ RelativePath=".\table\sprites.h">
+ </File>
+ <File
RelativePath="table\station_land.h">
</File>
<File
|