much better building support; phantom selection is dead AGAIN.

This commit is contained in:
Chris Forbes
2009-10-31 23:17:59 +13:00
parent 6cd9d468d3
commit a3dba77f99
7 changed files with 59 additions and 12 deletions

View File

@@ -24,6 +24,11 @@ namespace OpenRa.Game
}
}
public void PrepareOverlay( int2 xy ) { }
public void Tick()
{
selection.RemoveAll(a => a.IsDead);
}
public void PrepareOverlay(int2 xy) {}
}
}