uh, that was just so I could look at the flame more closely, wasn't supposed to be checked in
authornemo
Sun, 11 Sep 2011 21:32:49 -0400
changeset 5872 454f246fe4c5
parent 5871 09daa06191d7
child 5873 4f2d8ce3732b
uh, that was just so I could look at the flame more closely, wasn't supposed to be checked in
hedgewars/uGears.pas
--- a/hedgewars/uGears.pas	Sun Sep 11 21:30:42 2011 -0400
+++ b/hedgewars/uGears.pas	Sun Sep 11 21:32:49 2011 -0400
@@ -1018,7 +1018,7 @@
 
     if (GameFlags and gfLowGravity) = 0 then
         begin
-        cGravity:= cMaxWindSpeed / 100;
+        cGravity:= cMaxWindSpeed * 2;
         cGravityf:= 0.00025 * 2
         end;