diff options
author | whiteshark0 <whiteshark0@b956fd51-792f-4845-bead-9b4dfca2ff2c> | 2010-06-10 20:12:08 +0000 |
---|---|---|
committer | whiteshark0 <whiteshark0@b956fd51-792f-4845-bead-9b4dfca2ff2c> | 2010-06-10 20:12:08 +0000 |
commit | b3e66eb439491bdc0f8ccdbb0963d34ad1412b30 (patch) | |
tree | c760f2afa356ab71d49048a3c5e3a68993d1e771 /src/base | |
parent | 8e8d377291ba226116fe82141f955c8d07dfbcdb (diff) | |
download | usdx-b3e66eb439491bdc0f8ccdbb0963d34ad1412b30.tar.gz usdx-b3e66eb439491bdc0f8ccdbb0963d34ad1412b30.tar.xz usdx-b3e66eb439491bdc0f8ccdbb0963d34ad1412b30.zip |
fix compiling after r2478
git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@2480 b956fd51-792f-4845-bead-9b4dfca2ff2c
Diffstat (limited to 'src/base')
-rw-r--r-- | src/base/UMain.pas | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/base/UMain.pas b/src/base/UMain.pas index 7bf091ef..d951bab1 100644 --- a/src/base/UMain.pas +++ b/src/base/UMain.pas @@ -358,7 +358,7 @@ var begin SDL_EnableKeyRepeat(125, 125); - Continue := true; + Done := true; CountSkipTime(); // JB - for some reason this seems to be needed when we use the SDL Timer functions. while not Done do |