From b7d200c4e10b686b2c9149af4c760286b500ebd0 Mon Sep 17 00:00:00 2001 From: Glenn Maynard Date: Sun, 26 Mar 2006 06:22:00 +0000 Subject: [PATCH] m_textDebug OnCommand --- stepmania/src/ScreenGameplay.cpp | 3 +++ 1 file changed, 3 insertions(+) diff --git a/stepmania/src/ScreenGameplay.cpp b/stepmania/src/ScreenGameplay.cpp index 20b8a78058..746666e824 100644 --- a/stepmania/src/ScreenGameplay.cpp +++ b/stepmania/src/ScreenGameplay.cpp @@ -2601,6 +2601,9 @@ void ScreenGameplay::TweenOnScreen() ON_COMMAND( m_MaxCombo ); ON_COMMAND( m_pPlayerScoreList ); + if( !GAMESTATE->m_bDemonstrationOrJukebox ) + ON_COMMAND( m_textDebug ); + if( m_pCombinedLifeMeter ) ON_COMMAND( *m_pCombinedLifeMeter ); FOREACH( PlayerInfo, m_vPlayerInfo, pi )