From 2f9e0b8e0ca58ed9cbb907170631294baa706156 Mon Sep 17 00:00:00 2001 From: truelight Date: Tue, 28 Dec 2004 11:51:31 +0000 Subject: (svn r1288) -Codechange: changed _map2 to an uint16. It is still saved and loaded as an uint8 till the savegame version is bumped to version 5. Then it works automaticly as a fully uint16. So _stations[] can not be increased till after the bump!! --- station_gui.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'station_gui.c') diff --git a/station_gui.c b/station_gui.c index 222da540b..081e883b5 100644 --- a/station_gui.c +++ b/station_gui.c @@ -302,7 +302,7 @@ static void DrawStationViewWindow(Window *w) int x,y; int pos; StringID str; - byte station_id; + uint16 station_id; byte *b; -- cgit v1.2.3-54-g00ecf