changeset 7374 | 514138949c76 |
parent 7304 | 8b3575750cd2 |
parent 7345 | f253e225da15 |
child 11317 | 62287d4044e7 |
--- a/hedgewars/uVariables.pas Tue Jul 10 11:08:35 2012 +0200 +++ b/hedgewars/uVariables.pas Tue Jul 10 11:09:38 2012 +0200 @@ -2617,7 +2617,6 @@ ExplosionBorderColor:= $FF808080; WaterOpacity:= $80; SDWaterOpacity:= $80; - GrayScale:= false; LuaGoals:= ''; @@ -2647,6 +2646,7 @@ cScriptName := ''; cReadyDelay := 5000; cStereoMode := smNone; + GrayScale := false; end; end.