1
0
mirror of https://github.com/OpenTTD/OpenTTD synced 2026-01-22 11:44:17 +01:00

Codefix: typos in comments and strings

This commit is contained in:
Rubidium
2025-08-31 09:28:04 +02:00
committed by rubidium42
parent 4fb749886a
commit 7c0f69a8fe
78 changed files with 135 additions and 135 deletions

View File

@@ -3035,7 +3035,7 @@ bool AfterLoadGame()
/* Fix articulated road vehicles.
* Some curves were shorter than other curves.
* Now they have the same length, but that means that trailing articulated parts will
* take longer to go through the curve than the parts in front which already left the courve.
* take longer to go through the curve than the parts in front which already left the curve.
* So, make articulated parts catch up. */
bool roadside = _settings_game.vehicle.road_side == 1;
std::vector<uint> skip_frames;