changeset 5558 | 49cfd05ccb83 |
parent 5543 | 5e597b725316 |
child 5562 | 8056d82b4d23 |
--- a/hedgewars/uVariables.pas Sat Aug 13 21:06:51 2011 +0200 +++ b/hedgewars/uVariables.pas Sat Aug 13 22:46:47 2011 +0200 @@ -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;