hedgewars/uConsts.pas
branchspacecampaign
changeset 9646 7588daa8d28f
parent 9387 6478ed9ead25
child 9521 8054d9d775fd
child 9573 49bca2fabbd3
--- a/hedgewars/uConsts.pas	Sun Sep 22 18:34:53 2013 +0300
+++ b/hedgewars/uConsts.pas	Wed Sep 25 05:42:16 2013 +0300
@@ -187,6 +187,7 @@
     gfMoreWind           = $01000000;
     gfTagTeam            = $02000000;
     gfBottomBorder       = $04000000;
+    gfShoppaBorder       = $08000000;
     // 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".