remove many references to Game.world

This commit is contained in:
Bob
2010-10-11 02:44:16 +13:00
parent f8776d773d
commit 6a25d989a7
10 changed files with 88 additions and 63 deletions

View File

@@ -75,7 +75,7 @@ namespace OpenRA.Mods.RA.Widgets
Modifiers = Game.GetModifierKeys()
};
var cursor = Game.world.OrderGenerator.GetCursor( world, loc, mi );
var cursor = world.OrderGenerator.GetCursor( world, loc, mi );
if (cursor == null)
return "default";