diff options
author | tron <tron@openttd.org> | 2005-10-14 08:02:18 +0000 |
---|---|---|
committer | tron <tron@openttd.org> | 2005-10-14 08:02:18 +0000 |
commit | 1667628659739506b0784b92e6fee23c12e73c4f (patch) | |
tree | 85c5aa45345dc5852a844e57a4ce888cdb8a7e8d | |
parent | 67741ceaced96611ce98b996feeb53ff0fb4806a (diff) | |
download | openttd-1667628659739506b0784b92e6fee23c12e73c4f.tar.xz |
(svn r3039) Revert accidently commited changes from last commit
-rw-r--r-- | gfxinit.c | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -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; |