1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-21 14:02:59 +01:00

Integrate variables in park.c

This commit is contained in:
Ted John
2016-09-10 17:46:34 +01:00
parent d1801f860b
commit 20c35b10eb
8 changed files with 29 additions and 27 deletions

View File

@@ -265,7 +265,7 @@ void S6Importer::Import()
memcpy(gCurrentAwards, _s6.awards, sizeof(_s6.awards));
gLandPrice = _s6.land_price;
gConstructionRightsPrice = _s6.construction_rights_price;
RCT2_GLOBAL(0x01358774, uint16) = _s6.word_01358774;
// unk_01358774
// pad_01358776
// _s6.cd_key
_gameVersion = _s6.game_version_number;