mirror of
https://github.com/OpenTTD/OpenTTD.git
synced 2025-03-09 07:29:44 +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 = SPR_AUTORAIL_BASE;
|
||||||
load_index += LoadGrfFile("autorail.grf", load_index, i++);
|
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);
|
assert(load_index == SPR_OPENTTD_BASE);
|
||||||
LoadGrfIndexed("openttd.grf", _openttd_grf_indexes, i++);
|
LoadGrfIndexed("openttd.grf", _openttd_grf_indexes, i++);
|
||||||
load_index = SPR_OPENTTD_BASE + OPENTTD_SPRITES_COUNT + 1;
|
load_index = SPR_OPENTTD_BASE + OPENTTD_SPRITES_COUNT + 1;
|
||||||
|
Loading…
Reference in New Issue
Block a user