forked from mirror/OpenTTD
(svn r3010) Get rid of quite some dubious casts, either by using GB(), proper types or just removing them
This commit is contained in:
@@ -318,7 +318,7 @@ static void DrawStationViewWindow(Window *w)
|
||||
StringID str;
|
||||
uint16 station_id;
|
||||
|
||||
station_id = (uint16)w->window_number;
|
||||
station_id = w->window_number;
|
||||
|
||||
st = GetStation(w->window_number);
|
||||
|
||||
|
Reference in New Issue
Block a user