1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-28 17:24:47 +01:00

add global macros for a few more things, ride rating related and misc

This commit is contained in:
Ted John
2016-05-09 22:54:22 +01:00
parent 5162bc5a0e
commit b5c0913b76
15 changed files with 43 additions and 27 deletions

View File

@@ -669,7 +669,7 @@ void S4Importer::ImportMapAnimations()
gAnimatedObjects[i] = s4Animations[i];
gAnimatedObjects[i].baseZ /= 2;
}
RCT2_GLOBAL(0x0138B580, uint16) = _s4.num_map_animations;
gNumMapAnimations = _s4.num_map_animations;
}
void S4Importer::ImportFinance()