changeset 10955 | a60cad2e0d26 |
parent 10878 | 963bc20f511c |
child 11021 | 981775ec7dda |
--- a/hedgewars/uVariables.pas Sun May 24 15:13:03 2015 -0400 +++ b/hedgewars/uVariables.pas Sun May 24 15:44:21 2015 -0400 @@ -2620,7 +2620,7 @@ AttackBar := 0; // 0 - none, 1 - just bar at the right-down corner, 2 - from weapon cCaseFactor := 5; {0..9} cLandMines := 4; - cAirMines := 4; + cAirMines := 0; cExplosives := 2; GameState := Low(TGameState);