hedgewars/uConsts.pas
changeset 9387 6478ed9ead25
parent 9311 5baf10a52f43
child 9521 8054d9d775fd
child 9573 49bca2fabbd3
--- a/hedgewars/uConsts.pas	Tue Aug 13 00:12:11 2013 -0400
+++ b/hedgewars/uConsts.pas	Tue Aug 13 16:12:54 2013 +0400
@@ -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".