Rename legacy offset coordinates on Turrets and Armaments.

This commit is contained in:
Paul Chote
2013-03-29 12:19:15 +13:00
parent 9e4bab07e5
commit 27d852a425
35 changed files with 220 additions and 220 deletions

View File

@@ -52,7 +52,7 @@ namespace OpenRA.Mods.RA
{
base.Tick(self);
if (IsProne && --remainingProneTime == 0)
turret = new Turret(Info.Offset);
turret = new Turret(Info.LegacyOffset);
}
public float GetDamageModifier(Actor attacker, WarheadInfo warhead )