Fixed but in prev (again!) and removed dead code.

This commit is contained in:
Bob
2009-11-09 16:21:39 +13:00
parent 881bed49e9
commit e8ee03bcc6
2 changed files with 2 additions and 24 deletions

View File

@@ -19,7 +19,7 @@ namespace OpenRa.Game.Traits
if (self.unitInfo.SecondaryAnim != null)
{
secondRotorAnim = new Animation(self.unitInfo.Name);
rotorAnim.PlayRepeating(self.unitInfo.SecondaryAnim);
secondRotorAnim.PlayRepeating(self.unitInfo.SecondaryAnim);
}
}