diff options
Diffstat (limited to 'src/gfxinit.cpp')
-rw-r--r-- | src/gfxinit.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/gfxinit.cpp b/src/gfxinit.cpp index 0ee82d05e..7cc8ab7c6 100644 --- a/src/gfxinit.cpp +++ b/src/gfxinit.cpp @@ -192,6 +192,9 @@ static void LoadSpriteTables() /* Initialize the unicode to sprite mapping table */ InitializeUnicodeGlyphMap(); + /* Load traffic lights graphics. */ + LoadGrfFile("trafficlights.grf", SPR_TRAFFICLIGHTS_BASE, i++); + /* * Load the base NewGRF with OTTD required graphics as first NewGRF. * However, we do not want it to show up in the list of used NewGRFs, |