vob* variables need to be reset
authorkoda
Mon, 09 Apr 2012 23:20:42 +0200
changeset 6877 b899393c8450
parent 6876 f588dfc27da3
child 6878 0af34406b83d
vob* variables need to be reset
hedgewars/uVariables.pas
--- a/hedgewars/uVariables.pas	Tue Apr 10 00:00:25 2012 +0400
+++ b/hedgewars/uVariables.pas	Mon Apr 09 23:20:42 2012 +0200
@@ -2563,6 +2563,12 @@
     else
         cMaxCaptions:= 4;
 
+    vobFrameTicks:= 99999;
+    vobFramesCount:= 4;
+    vobCount:= 0;
+    vobVelocity:= 10;
+    vobFallSpeed:= 100;
+
     vobSDFrameTicks:= 99999;
     vobSDFramesCount:= 4;
     vobSDCount:= 30 * cScreenSpace div LAND_WIDTH;