fix units being visible under fog

This commit is contained in:
Chris Forbes
2010-04-02 17:09:20 +13:00
parent ca0d993c1a
commit 37fd8f7c28
6 changed files with 44 additions and 16 deletions

View File

@@ -36,7 +36,7 @@ namespace OpenRA.Traits
[Sync]
public int Altitude;
public Unit( Actor self ) { }
public Unit(Actor self) { }
public void Damaged(Actor self, AttackInfo e)
{