equal
deleted
inserted
replaced
325 if not BeginVideoRecording() then |
325 if not BeginVideoRecording() then |
326 exit; |
326 exit; |
327 DoTimer(0); // gsLandGen -> gsStart |
327 DoTimer(0); // gsLandGen -> gsStart |
328 DoTimer(0); // gsStart -> gsGame |
328 DoTimer(0); // gsStart -> gsGame |
329 |
329 |
|
330 newGameTicks:= 0; |
|
331 newRealTicks:= 0; |
|
332 |
330 if not LoadNextCameraPosition(newRealTicks, newGameTicks) then |
333 if not LoadNextCameraPosition(newRealTicks, newGameTicks) then |
331 exit; |
334 exit; |
332 fastScrolling:= true; |
335 fastScrolling:= true; |
333 DoGameTick(newGameTicks); |
336 DoGameTick(newGameTicks); |
334 fastScrolling:= false; |
337 fastScrolling:= false; |