mirror of
https://github.com/OpenTTD/OpenTTD.git
synced 2025-08-26 07:59:09 +00:00
(svn r17701) -Codechange: don't start line with a space if it's not inside comment
This commit is contained in:
@@ -535,7 +535,7 @@ static const Units units[] = {
|
||||
*/
|
||||
uint ConvertSpeedToDisplaySpeed(uint speed)
|
||||
{
|
||||
return (speed * units[_settings_game.locale.units].s_m) >> units[_settings_game.locale.units].s_s;
|
||||
return (speed * units[_settings_game.locale.units].s_m) >> units[_settings_game.locale.units].s_s;
|
||||
}
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user