From 9e9eac516f05578b7ec6590aaff74681f0841d78 Mon Sep 17 00:00:00 2001 From: Chris Danford Date: Sun, 10 Aug 2003 19:07:21 +0000 Subject: [PATCH] remove 16x speedup key combo ' it's too fast --- stepmania/src/StepMania.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/stepmania/src/StepMania.cpp b/stepmania/src/StepMania.cpp index 732f1fafbe..dcd40ae163 100644 --- a/stepmania/src/StepMania.cpp +++ b/stepmania/src/StepMania.cpp @@ -795,8 +795,6 @@ static void GameLoop() if( INPUTFILTER->IsBeingPressed( DeviceInput(DEVICE_KEYBOARD, SDLK_TAB) ) ) { if( INPUTFILTER->IsBeingPressed( DeviceInput(DEVICE_KEYBOARD, SDLK_BACKQUOTE) ) ) fDeltaTime = 0; /* both; stop time */ - else if( INPUTFILTER->IsBeingPressed( DeviceInput(DEVICE_KEYBOARD, SDLK_CAPSLOCK) ) ) - fDeltaTime *= 16; else fDeltaTime *= 4; }