forked from mirror/OpenTTD
(svn r16160) -Codechange: remove the need for explicit TC_FROMSTRING for DrawString.
This commit is contained in:
@@ -253,7 +253,7 @@ public:
|
||||
if (_settings_game.economy.station_noise_level) {
|
||||
/* show the noise of the selected airport */
|
||||
SetDParam(0, airport->noise_level);
|
||||
DrawString(2, this->width - 2, 206, STR_STATION_NOISE, TC_FROMSTRING);
|
||||
DrawString(2, this->width - 2, 206, STR_STATION_NOISE);
|
||||
y_noise_offset = 10;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user