remove 16x speedup key combo ' it's too fast
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user