hedgewars/uConsts.pas
changeset 3943 9835060e5c01
parent 3912 e11df2de6af2
child 3951 c9a63db3e603
--- a/hedgewars/uConsts.pas	Sun Oct 10 17:13:20 2010 +0200
+++ b/hedgewars/uConsts.pas	Sun Oct 10 12:08:16 2010 -0400
@@ -353,6 +353,9 @@
     gfExplosives         = $00040000;
     gfDisableLandObjects = $00080000;
     gfAISurvival         = $00100000;
+    gfInfAttack          = $00200000;
+    gfResetWeps          = $00400000;
+    gfPerHogAmmo         = $00800000;
     // NOTE: When adding new game flags, ask yourself
     // if a "game start notice" would be useful. If so,
     // add one in uWorld.pas - look for "AddGoal".