(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!!
This commit is contained in:
@@ -302,7 +302,7 @@ static void DrawStationViewWindow(Window *w)
|
||||
int x,y;
|
||||
int pos;
|
||||
StringID str;
|
||||
byte station_id;
|
||||
uint16 station_id;
|
||||
byte *b;
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user