Allow load screens to override StartGame.
This commit is contained in:
committed by
Oliver Brakmann
parent
afa5a7772d
commit
d080a47cbf
@@ -39,7 +39,7 @@ namespace OpenRA.Mods.Common.LoadScreens
|
||||
Game.Renderer.EndFrame(new NullInputHandler());
|
||||
}
|
||||
|
||||
public void StartGame(Arguments args)
|
||||
public virtual void StartGame(Arguments args)
|
||||
{
|
||||
Launch = new LaunchArguments(args);
|
||||
Ui.ResetAll();
|
||||
|
||||
Reference in New Issue
Block a user