(svn r3010) Get rid of quite some dubious casts, either by using GB(), proper types or just removing them

This commit is contained in:
tron
2005-10-03 21:20:01 +00:00
parent b0a365ee67
commit db3b1228bf
12 changed files with 48 additions and 44 deletions

View File

@@ -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);