hedgewars/uConsts.pas
changeset 3287 4f7b57ed18b6
parent 3165 3ec07a7d8456
child 3310 e6e9b811d32f
equal deleted inserted replaced
3286:42bb751cb0ed 3287:4f7b57ed18b6
   320     gfKing           = $00004000;
   320     gfKing           = $00004000;
   321     gfPlaceHog       = $00008000;
   321     gfPlaceHog       = $00008000;
   322     gfSharedAmmo     = $00010000;
   322     gfSharedAmmo     = $00010000;
   323     gfDisableGirders = $00020000;
   323     gfDisableGirders = $00020000;
   324     gfExplosives     = $00040000;
   324     gfExplosives     = $00040000;
       
   325     gfDisableLandObjects = $00080000;
   325     // NOTE: When adding new game flags, ask yourself
   326     // NOTE: When adding new game flags, ask yourself
   326     // if a "game start notice" would be useful. If so,
   327     // if a "game start notice" would be useful. If so,
   327     // add one in uWorld.pas - look for "AddGoal".
   328     // add one in uWorld.pas - look for "AddGoal".
   328 
   329 
   329     gstDrowning       = $00000001;
   330     gstDrowning       = $00000001;