(svn r3039) Revert accidently commited changes from last commit
This commit is contained in:
		@@ -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;
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user