From 253aa1b0b03aed312581de35d7e35bc17b96190f Mon Sep 17 00:00:00 2001 From: rubidium Date: Thu, 31 May 2007 15:15:00 +0000 Subject: (svn r9999) -Feature: make it possible to disallow busses and lorries to go a specific way on straight pieces of road. --- src/gfxinit.cpp | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/gfxinit.cpp') diff --git a/src/gfxinit.cpp b/src/gfxinit.cpp index b1f6e4ab2..9abdd1679 100644 --- a/src/gfxinit.cpp +++ b/src/gfxinit.cpp @@ -399,6 +399,9 @@ static void LoadSpriteTables() assert(load_index == SPR_TRAMWAY_BASE); load_index += LoadGrfFile("tramtrkw.grf", load_index, i++); + assert(load_index == SPR_ONEWAY_BASE); + load_index += LoadGrfFile("oneway.grf", load_index, i++); + /* Initialize the unicode to sprite mapping table */ InitializeUnicodeGlyphMap(); -- cgit v1.2.3-54-g00ecf