mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2026-01-24 07:14:31 +01:00
add variable for gS6Info
This commit is contained in:
@@ -226,7 +226,7 @@ void S6Exporter::Save(SDL_RWops * rw, bool isScenario)
|
||||
|
||||
void S6Exporter::Export()
|
||||
{
|
||||
_s6.info = *(RCT2_ADDRESS(0x0141F570, rct_s6_info));
|
||||
_s6.info = *gS6Info;
|
||||
|
||||
for (int i = 0; i < 721; i++)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user