Changeset - r2513:05db64945c1e
[Not reviewed]
master
0 1 0
tron - 19 years ago 2005-10-14 08:02:18
tron@openttd.org
(svn r3039) Revert accidently commited changes from last commit
1 file changed with 0 insertions and 3 deletions:
0 comments (0 inline, 0 general)
gfxinit.c
Show inline comments
 
@@ -343,9 +343,6 @@ static void LoadSpriteTables(void)
 
	load_index = SPR_AUTORAIL_BASE;
 
	load_index += LoadGrfFile("autorail.grf", load_index, i++);
 

	
 
	assert(load_index == SPR_ELRAIL_BASE);
 
	load_index += LoadGrfFile("elrailsw.grf", load_index, i++);
 

	
 
	assert(load_index == SPR_OPENTTD_BASE);
 
	LoadGrfIndexed("openttd.grf", _openttd_grf_indexes, i++);
 
	load_index = SPR_OPENTTD_BASE + OPENTTD_SPRITES_COUNT + 1;
0 comments (0 inline, 0 general)