mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2026-01-31 02:35:46 +01:00
Move most gScenario* globals to GameState_t
This commit is contained in:
committed by
GitHub
parent
d4b0c2e115
commit
115e7389a9
@@ -682,7 +682,7 @@ namespace OpenRCT2
|
||||
}
|
||||
else
|
||||
{
|
||||
ScenarioBegin();
|
||||
ScenarioBegin(gameState);
|
||||
#ifndef DISABLE_NETWORK
|
||||
if (_network.GetMode() == NETWORK_MODE_SERVER)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user