diff -r 8fa1ccfba752 -r 282e49f9ce9d hedgewars/uVariables.pas --- a/hedgewars/uVariables.pas Tue May 06 23:16:35 2014 +0400 +++ b/hedgewars/uVariables.pas Wed May 07 00:04:02 2014 +0400 @@ -101,6 +101,8 @@ cRopePercent : LongWord; cGetAwayTime : LongWord; + cAdvancedMapGenMode: boolean; + cHedgehogTurnTime: Longword; cMinesTime : LongInt; cMaxAIThinkTime : Longword; @@ -2549,6 +2551,7 @@ cHealthCaseAmount := 25; cWaterRise := 47; cHealthDecrease := 5; + cAdvancedMapGenMode := false; InitStepsFlags := 0; RealTicks := 0;