diff -r 26df99967963 -r ad3f5f2e6ea9 hedgewars/uVariables.pas --- a/hedgewars/uVariables.pas Sat Jul 07 19:59:44 2012 +0400 +++ b/hedgewars/uVariables.pas Sun Jul 08 13:18:52 2012 +0400 @@ -2628,7 +2628,6 @@ ExplosionBorderColor:= $FF808080; WaterOpacity:= $80; SDWaterOpacity:= $80; - GrayScale:= false; LuaGoals:= ''; end; @@ -2655,6 +2654,7 @@ cScriptName := ''; cReadyDelay := 5000; cStereoMode := smNone; + GrayScale := false; end; end.