unbreak grayscale
authornemo
Sat, 07 Jul 2012 14:29:35 -0400
changeset 7345 f253e225da15
parent 7343 ddb196c41387
child 7348 2a69f2ed9273
unbreak grayscale
hedgewars/uVariables.pas
--- a/hedgewars/uVariables.pas	Fri Jul 06 01:25:04 2012 +0400
+++ b/hedgewars/uVariables.pas	Sat Jul 07 14:29:35 2012 -0400
@@ -2611,7 +2611,6 @@
     ExplosionBorderColor:= $FF808080;
     WaterOpacity:= $80;
     SDWaterOpacity:= $80;
-    GrayScale:= false;
 
     LuaGoals:= '';
 end;
@@ -2638,6 +2637,7 @@
     cScriptName     := '';
     cReadyDelay     := 5000;
     cStereoMode     := smNone;
+    GrayScale       := false;
 end;
 
 end.