added AttackTurreted.

This commit is contained in:
Bob
2009-10-18 23:51:00 +13:00
parent 62207efbd9
commit 5f2d89fd63
8 changed files with 144 additions and 54 deletions

View File

@@ -47,8 +47,8 @@ namespace OpenRa.Game
game.PlaySound(Weapon.Report + ".aud", false);
t += dt;
if (t > TotalTime())
t = 0; /* temporary! loop the bullet forever */
//if (t > TotalTime())
// t = 0; /* temporary! loop the bullet forever */
}
public IEnumerable<Pair<Sprite, float2>> Render()