Changeset - r552:43bca720d98e
[Not reviewed]
master
0 2 0
darkvater - 19 years ago 2004-12-04 23:43:54
darkvater@openttd.org
(svn r952) -A tiny insignificant fix for a toyland industry gfx
-Added table\sprites.h to VS.NET project file
2 files changed with 4 insertions and 1 deletions:
0 comments (0 inline, 0 general)
industry_cmd.c
Show inline comments
 
@@ -229,7 +229,7 @@ static void IndustryDrawTileProc3(TileIn
 
		AddChildSpriteScreen(0x128B, 5,
 
			_industry_anim_offs_2[_map3_lo[ti->tile]]);
 
	}
 
	AddChildSpriteScreen(0x30B928A, 3, 67);
 
	AddChildSpriteScreen(4746, 3, 67);
 
}
 

	
 
static void IndustryDrawTileProc4(TileInfo *ti)
ttd.vcproj
Show inline comments
 
@@ -2655,6 +2655,9 @@
 
				RelativePath="table\roadveh.h">
 
			</File>
 
			<File
 
				RelativePath=".\table\sprites.h">
 
			</File>
 
			<File
 
				RelativePath="table\station_land.h">
 
			</File>
 
			<File
0 comments (0 inline, 0 general)