(svn r4150) -Feature: Merged elrails into trunk. Thanks to Tron for lots of code and proofreading, thanks to peter1138 for another lot of code and ideas.
This commit is contained in:
@@ -358,6 +358,9 @@ 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_2CCMAP_BASE);
|
||||
load_index += LoadGrfFile("2ccmap.grf", load_index, i++);
|
||||
|
||||
|
Reference in New Issue
Block a user