mirror of
https://github.com/OpenTTD/OpenTTD.git
synced 2025-08-29 17:39:09 +00:00
(svn r9923) -Add: support for Action 0 Road vehicles, property 1C, bit 0.
This commit is contained in:
@@ -396,6 +396,9 @@ static void LoadSpriteTables()
|
||||
assert(load_index == SPR_GROUP_BASE);
|
||||
load_index += LoadGrfFile("group.grf", load_index, i++);
|
||||
|
||||
assert(load_index == SPR_TRAMWAY_BASE);
|
||||
load_index += LoadGrfFile("tramtrkw.grf", load_index, i++);
|
||||
|
||||
/* Initialize the unicode to sprite mapping table */
|
||||
InitializeUnicodeGlyphMap();
|
||||
|
||||
|
Reference in New Issue
Block a user