hedgewars/uTypes.pas
changeset 4978 0ef650ea3b12
parent 4976 088d40d8aba2
child 5016 9347d82a26cc
--- a/hedgewars/uTypes.pas	Wed Mar 02 11:48:02 2011 -0500
+++ b/hedgewars/uTypes.pas	Wed Mar 02 15:19:55 2011 -0500
@@ -118,7 +118,7 @@
             sndVaporize, sndWarp, sndSuddenDeath, sndMortar, sndShutter,
             sndHomerun, sndMolotov, sndCover, sndUhOh, sndOops,
             sndNooo, sndHello, sndRopeShot, sndRopeAttach, sndRopeRelease,
-            sndSwitchHog, sndVictory, sndSniperReload, sndSteps, sndLowGravity,
+            sndSwitchHog, sndVictory, sndFlawless, sndSniperReload, sndSteps, sndLowGravity,
             sndHellishImpact1, sndHellishImpact2, sndHellishImpact3, sndHellishImpact4,
             sndMelonImpact, sndDroplet1, sndDroplet2, sndDroplet3, sndEggBreak, sndDrillRocket,
             sndPoisonCough, sndPoisonMoan, sndBirdyLay, sndWhistle, sndBeeWater,
@@ -357,6 +357,7 @@
             ClanHealth: LongInt;
             ClanIndex: LongInt;
             TurnNumber: LongWord;
+            Flawless: boolean;
             end;
 
      TAmmoStrId = (sidGrenade, sidClusterBomb, sidBazooka, sidBee, sidShotgun,