1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2025-12-23 15:52:55 +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

@@ -68,7 +68,7 @@ static void GameInit(bool retainSpatialIndices)
LoadPalette();
EntityTweener::Get().Reset();
MapAnimationAutoCreate();
fix_invalid_vehicle_sprite_sizes();
FixInvalidVehicleSpriteSizes();
gGameSpeed = 1;
}