You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Right now, objects are partially loaded on game start (in Game.Initialise), and partially loaded when the scenario itself loads (in World.LoadScenario). All object loading should be moved into LoadScenario and preferably only the objects needed for that scenario should be loaded (eg only load the scenario's theater and not all theaters that are declared in theaters.ini).