hedgewars/uVariables.pas
changeset 6877 b899393c8450
parent 6828 6a5d33bff0b0
child 6890 6fc12f30c55c
--- 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;