timestep control (rate=N); not failing at SharedRandom seed

This commit is contained in:
Chris Forbes
2009-11-05 22:32:47 +13:00
parent ab7737302b
commit df4b144df4
2 changed files with 3 additions and 2 deletions

View File

@@ -51,6 +51,7 @@ namespace OpenRa.Game
UiOverlay.ShowUnitDebug = settings.GetValue("udebug", false);
UiOverlay.ShowBuildDebug = settings.GetValue("bdebug", false);
Game.timestep = settings.GetValue("rate", 40);
WorldRenderer.ShowUnitPaths = settings.GetValue("pathdebug", false);
Game.Replay = settings.GetValue("replay", "");