1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2025-12-10 09:32:29 +01:00

Change openrct2/ride methods to UpperCamelCase, part 1

This commit is contained in:
Stephan Spengler
2023-01-17 01:32:54 +01:00
committed by GitHub
parent b4480b344e
commit 76b918e7ed
121 changed files with 1146 additions and 1148 deletions

View File

@@ -535,7 +535,7 @@ namespace OpenRCT2
SerialiseParkParameters(parkParamsDs);
game_load_init();
fix_invalid_vehicle_sprite_sizes();
FixInvalidVehicleSpriteSizes();
}
catch (const std::exception& ex)
{