diff --git a/OpenRA.Game/Game.cs b/OpenRA.Game/Game.cs index 9390bcf932..f01c21eef6 100755 --- a/OpenRA.Game/Game.cs +++ b/OpenRA.Game/Game.cs @@ -253,12 +253,12 @@ namespace OpenRA JoinLocal(); viewport = new Viewport(new int2(Renderer.Resolution), Rectangle.Empty, Renderer); modData.WidgetLoader.LoadWidget( new Dictionary(), Widget.RootWidget, "MAINMENU_INIT" ); - Game.orderManager.LastTickTime = Environment.TickCount; } public static void LoadShellMap() { StartGame(ChooseShellmap()); + Game.orderManager.LastTickTime = Environment.TickCount; } static string ChooseShellmap()