mirror of
https://github.com/OpenTTD/OpenTTD.git
synced 2025-03-06 22:28:56 +00:00
(svn r3039) Revert accidently commited changes from last commit
This commit is contained in:
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
Block a user