Highlight unserved buildings by tinting them red

This commit is contained in:
Pavel Stupnikov
2020-02-02 23:38:22 +03:00
parent 248ef04353
commit 91cc303d4f
9 changed files with 64 additions and 6 deletions

View File

@@ -191,7 +191,7 @@ static void LoadSpriteTables()
);
}
// LoadGrfFile("innerhighlight.grf", SPR_INNER_HIGHLIGHT_BASE, i++);
LoadGrfFile("cmclient-1.grf", SPR_INNER_HIGHLIGHT_BASE - 4, i++);
LoadGrfFile("cmclient-2.grf", SPR_INNER_HIGHLIGHT_BASE - 4, i++);
/* Initialize the unicode to sprite mapping table */
InitializeUnicodeGlyphMap();