mirror of
https://github.com/OpenTTD/OpenTTD
synced 2026-01-19 18:32:35 +01:00
Codefix: typos in comments and strings
This commit is contained in:
@@ -114,7 +114,7 @@ static const std::initializer_list<AirportTileLayout> _tile_table_city = {
|
||||
{ _tile_table_city_0, DIR_N },
|
||||
};
|
||||
|
||||
/** Tiles for Metropolitain Airport (large) - 2 runways */
|
||||
/** Tiles for Metropolitan Airport (large) - 2 runways */
|
||||
static const std::initializer_list<AirportTileTable> _tile_table_metropolitan_0 = {
|
||||
MK(0, 0, APT_BUILDING_1),
|
||||
MK(1, 0, APT_APRON_FENCE_NW),
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
;
|
||||
|
||||
; Locale settings as stored in the main configuration file ("openttd.cfg") and
|
||||
; in the savegame PATS chunk. These settings are not sync'd over the network.
|
||||
; in the savegame PATS chunk. These settings are not synced over the network.
|
||||
|
||||
[pre-amble]
|
||||
static std::pair<StringParameter, StringParameter> SettingsValueVelocityUnit(const IntSettingDesc &sd, int32_t value);
|
||||
|
||||
@@ -153,7 +153,7 @@ static const SpriteID SPR_GROUP_LIVERY_SHIP = SPR_OPENTTD_BASE + 177;
|
||||
static const SpriteID SPR_GROUP_LIVERY_AIRCRAFT = SPR_OPENTTD_BASE + 178;
|
||||
|
||||
static const SpriteID SPR_TOWN_RATING_NA = SPR_OPENTTD_BASE + 162;
|
||||
static const SpriteID SPR_TOWN_RATING_APALLING = SPR_OPENTTD_BASE + 163;
|
||||
static const SpriteID SPR_TOWN_RATING_APPALLING = SPR_OPENTTD_BASE + 163;
|
||||
static const SpriteID SPR_TOWN_RATING_MEDIOCRE = SPR_OPENTTD_BASE + 164;
|
||||
static const SpriteID SPR_TOWN_RATING_GOOD = SPR_OPENTTD_BASE + 165;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user