changeset 7367 | ad3f5f2e6ea9 |
parent 7306 | 3cff5c769509 |
parent 7345 | f253e225da15 |
child 7376 | 48b79b3ca592 |
--- 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.