summaryrefslogtreecommitdiff
path: root/gfxinit.c
diff options
context:
space:
mode:
authortron <tron@openttd.org>2005-10-14 08:02:18 +0000
committertron <tron@openttd.org>2005-10-14 08:02:18 +0000
commit1667628659739506b0784b92e6fee23c12e73c4f (patch)
tree85c5aa45345dc5852a844e57a4ce888cdb8a7e8d /gfxinit.c
parent67741ceaced96611ce98b996feeb53ff0fb4806a (diff)
downloadopenttd-1667628659739506b0784b92e6fee23c12e73c4f.tar.xz
(svn r3039) Revert accidently commited changes from last commit
Diffstat (limited to 'gfxinit.c')
-rw-r--r--gfxinit.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/gfxinit.c b/gfxinit.c
index 8dec7f784..9ca2234e0 100644
--- a/gfxinit.c
+++ b/gfxinit.c
@@ -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;