Kill Controller

This commit is contained in:
Paul Chote
2010-07-25 19:21:53 +12:00
parent e677be7908
commit 305fa03355
31 changed files with 208 additions and 234 deletions

View File

@@ -88,7 +88,7 @@ namespace OpenRA.Traits
void DrawControlGroup(Actor self, float2 basePosition)
{
var group = Game.controller.selection.GetControlGroupForActor(self);
var group = self.World.Selection.GetControlGroupForActor(self);
if (group == null) return;
var pipImages = new Animation("pips");