gfxinit.c
changeset 2513 4bacb4e5ac8b
parent 2512 fa66ff5ebf88
child 2559 08e648022cb0
--- a/gfxinit.c	Fri Oct 14 07:59:16 2005 +0000
+++ b/gfxinit.c	Fri Oct 14 08:02:18 2005 +0000
@@ -343,9 +343,6 @@
 	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;