alt damage should default to false
authornemo
Fri, 17 Nov 2017 15:09:31 -0500
changeset 12838 855faf1e19e2
parent 12837 31dd78cbf729
child 12839 7f9a861ac88a
alt damage should default to false
hedgewars/uVariables.pas
--- a/hedgewars/uVariables.pas	Wed Nov 15 17:07:46 2017 -0500
+++ b/hedgewars/uVariables.pas	Fri Nov 17 15:09:31 2017 -0500
@@ -2565,7 +2565,7 @@
     cScreenHeight     := cWindowedHeight;
 
     cShowFPS        := false;
-    cAltDamage      := true;
+    cAltDamage      := false;
     cTimerInterval  := 8;
     cReducedQuality := rqNone;
     cLocaleFName    := 'en.txt';