move Game.IsStarted to World.GameHasStarted

This commit is contained in:
Bob
2010-04-13 20:05:34 +12:00
parent e224c64ccc
commit 2a4460213c
5 changed files with 6 additions and 6 deletions

View File

@@ -125,7 +125,7 @@ namespace OpenRA
try
{
if (!Game.IsStarted)
if (!world.GameHasStarted)
return "default";
var mi = new MouseInput