From 1ca0f1f7195a94f00076e0593586322958bfa5e0 Mon Sep 17 00:00:00 2001 From: Glenn Maynard Date: Fri, 18 Oct 2002 01:46:25 +0000 Subject: [PATCH] More extra code. Comment out the, er, dimmer. --- stepmania/src/ScreenEdit.cpp | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/stepmania/src/ScreenEdit.cpp b/stepmania/src/ScreenEdit.cpp index 36c873649d..029b9deeb2 100644 --- a/stepmania/src/ScreenEdit.cpp +++ b/stepmania/src/ScreenEdit.cpp @@ -516,11 +516,11 @@ void ScreenEdit::DrawPrimitives() m_textHelp.Draw(); m_textInfo.Draw(); m_Fade.Draw(); - if( INPUTFILTER->IsBeingPressed( DeviceInput(DEVICE_KEYBOARD,DIK_F1) ) ) +/* if( INPUTFILTER->IsBeingPressed( DeviceInput(DEVICE_KEYBOARD,DIK_F1) ) ) { m_rectShortcutsBack.Draw(); m_textShortcuts.Draw(); - } + } */ m_rectRecordBack.Draw(); @@ -1192,11 +1192,6 @@ void ScreenEdit::InputRecord( const DeviceInput& DeviceI, const InputEventType t { case DIK_ESCAPE: TransitionFromRecordToEdit(); - - m_rectRecordBack.StopTweening(); - m_rectRecordBack.BeginTweening( 0.5f ); - m_rectRecordBack.SetTweenDiffuse( D3DXCOLOR(0,0,0,0) ); - break; } }