From b03a8181b586017eabaaeb462a148aaaa1f69064 Mon Sep 17 00:00:00 2001 From: Glenn Maynard Date: Mon, 12 Dec 2005 01:10:59 +0000 Subject: [PATCH] cleanup --- stepmania/src/GameLoop.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/stepmania/src/GameLoop.cpp b/stepmania/src/GameLoop.cpp index d74fad4740..b4beabed13 100644 --- a/stepmania/src/GameLoop.cpp +++ b/stepmania/src/GameLoop.cpp @@ -76,7 +76,8 @@ void GameLoop() CheckGameLoopTimerSkips( fDeltaTime ); - if( INPUTFILTER->IsBeingPressed( DeviceInput(DEVICE_KEYBOARD, KEY_TAB) ) ) { + if( INPUTFILTER->IsBeingPressed( DeviceInput(DEVICE_KEYBOARD, KEY_TAB) ) ) + { if( INPUTFILTER->IsBeingPressed( DeviceInput(DEVICE_KEYBOARD, KEY_ACCENT) ) ) fDeltaTime = 0; /* both; stop time */ else