reset local tick # at gamestart

This commit is contained in:
Chris Forbes
2010-09-21 18:05:54 +12:00
parent 6cfad6f2ab
commit 4b49bf03dc

View File

@@ -187,7 +187,9 @@ namespace OpenRA
BeforeGameStart();
LoadMap(map);
if (orderManager.GameStarted) return;
Widget.SelectedWidget = null;
Widget.SelectedWidget = null;
LocalTick = 0;
orderManager.StartGame();
viewport.RefreshPalette();