Move slow-mo to ~.

This commit is contained in:
Glenn Maynard
2002-08-21 22:33:04 +00:00
parent 3364c2c20e
commit 89a4c8365f
+1 -1
View File
@@ -810,7 +810,7 @@ void Update()
if( INPUTMAN->IsBeingPressed( DeviceInput(DEVICE_KEYBOARD, DIK_TAB) ) )
fDeltaTime *= 4;
if( INPUTMAN->IsBeingPressed( DeviceInput(DEVICE_KEYBOARD, DIK_LSHIFT) ) )
if( INPUTMAN->IsBeingPressed( DeviceInput(DEVICE_KEYBOARD, DIK_GRAVE) ) )
fDeltaTime /= 4;