forked from mirror/OpenTTD
(svn r15425) -Codechange: some color->colour changes and type safety.
This commit is contained in:
@@ -228,7 +228,7 @@ public:
|
||||
if (_settings_game.economy.station_noise_level) {
|
||||
/* show the noise of the selected airport */
|
||||
SetDParam(0, airport->noise_level);
|
||||
DrawString(2, 206, STR_STATION_NOISE, 0);
|
||||
DrawString(2, 206, STR_STATION_NOISE, TC_FROMSTRING);
|
||||
y_noise_offset = 10;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user