src/gfxinit.cpp
changeset 6338 0fb4f452873c
parent 6015 9b25ff032edd
child 6268 4b5241e5dd10
--- a/src/gfxinit.cpp	Wed Feb 14 12:00:43 2007 +0000
+++ b/src/gfxinit.cpp	Wed Feb 14 16:37:16 2007 +0000
@@ -387,6 +387,9 @@
 	assert(load_index == SPR_AIRPORTX_BASE);
 	load_index += LoadGrfFile("airports.grf", load_index, i++);
 
+	assert(load_index == SPR_ROADSTOP_BASE);
+	load_index += LoadGrfFile("roadstops.grf", load_index, i++);
+
 	/* Initialize the unicode to sprite mapping table */
 	InitializeUnicodeGlyphMap();