From e670f3532376dd6aec2bc7b47d2052216be98516 Mon Sep 17 00:00:00 2001 From: whiteshark0 Date: Thu, 10 Jun 2010 19:57:05 +0000 Subject: fixed main loop initialization should fix the close w/o error message after loading that some people reported git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@2478 b956fd51-792f-4845-bead-9b4dfca2ff2c --- src/base/UMain.pas | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/base/UMain.pas b/src/base/UMain.pas index a2e43fc8..7bf091ef 100644 --- a/src/base/UMain.pas +++ b/src/base/UMain.pas @@ -358,6 +358,8 @@ var begin SDL_EnableKeyRepeat(125, 125); + Continue := true; + CountSkipTime(); // JB - for some reason this seems to be needed when we use the SDL Timer functions. while not Done do begin -- cgit v1.2.3