From 3a60b3930a75bfd1ffacdab16ba8c81fa86b6040 Mon Sep 17 00:00:00 2001 From: Glenn Maynard Date: Mon, 16 Feb 2004 01:35:59 +0000 Subject: [PATCH] debug --- stepmania/src/ScreenGameplay.cpp | 3 +++ 1 file changed, 3 insertions(+) diff --git a/stepmania/src/ScreenGameplay.cpp b/stepmania/src/ScreenGameplay.cpp index 69dfb54007..61facffb08 100644 --- a/stepmania/src/ScreenGameplay.cpp +++ b/stepmania/src/ScreenGameplay.cpp @@ -1510,6 +1510,9 @@ void ScreenGameplay::Input( const DeviceInput& DeviceI, const InputEventType typ DeviceI.device==DEVICE_KEYBOARD || (DeviceI.device!=DEVICE_KEYBOARD && type==IET_FAST_REPEAT)) ) { + /* I had battle mode back out on me mysteriously once. -glenn */ + LOG->Trace("Player %i went back", MenuI.player+1); + m_DancingState = STATE_OUTRO; SOUND->PlayOnce( THEME->GetPathToS("Common back") ); /* Hmm. There are a bunch of subtly different ways we can