changeset 3287 | 4f7b57ed18b6 |
parent 3165 | 3ec07a7d8456 |
child 3310 | e6e9b811d32f |
--- a/hedgewars/uConsts.pas Sat Apr 03 13:51:12 2010 +0000 +++ b/hedgewars/uConsts.pas Sat Apr 03 13:55:39 2010 +0000 @@ -322,6 +322,7 @@ gfSharedAmmo = $00010000; gfDisableGirders = $00020000; gfExplosives = $00040000; + gfDisableLandObjects = $00080000; // 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".