remove 16x speedup key combo ' it's too fast

This commit is contained in:
Chris Danford
2003-08-10 19:07:21 +00:00
parent b3d8ee0b44
commit 9e9eac516f
-2
View File
@@ -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;
}