hedgewars/uVariables.pas
branchhedgeroid
changeset 5577 272c82f82cee
parent 5562 8056d82b4d23
child 5585 c09f5b41644a
--- a/hedgewars/uVariables.pas	Mon Aug 15 21:45:27 2011 +0200
+++ b/hedgewars/uVariables.pas	Mon Aug 15 21:49:09 2011 +0200
@@ -1389,7 +1389,7 @@
             NameTex: nil;
             Probability: 100;
             NumberInCase: 1;
-            Ammo: (Propz: ammoprop_ForwMsgs or ammoprop_DontHold;
+            Ammo: (Propz: ammoprop_ForwMsgs or ammoprop_DontHold or ammoprop_NoCrosshair;
                 Count: 1;
                 NumPerTurn: 0;
                 Timer: 0;
@@ -2505,11 +2505,11 @@
     else
         cMaxCaptions:= 4;
 
-    vobSDFrameTicks:= 0;
-    vobSDFramesCount:= 0;
+    vobSDFrameTicks:= 99999;
+    vobSDFramesCount:= 4;
     vobSDCount:= 30 * cScreenSpace div LAND_WIDTH;
-    vobSDVelocity:= 0;
-    vobSDFallSpeed:= 0;
+    vobSDVelocity:= 15;
+    vobSDFallSpeed:= 250;
 
     LuaGoals:= '';
 end;