mirror of https://github.com/OpenTTD/OpenTTD
(svn r3039) Revert accidently commited changes from last commit
parent
67741ceace
commit
1667628659
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue