From 68b9637eb9414edab6fbeb1aa108b7aa5b0ae052 Mon Sep 17 00:00:00 2001 From: Glenn Maynard Date: Fri, 13 Jan 2006 05:55:45 +0000 Subject: [PATCH] quick compile fix (coming back to this ...) --- stepmania/src/ScreenEdit.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/stepmania/src/ScreenEdit.cpp b/stepmania/src/ScreenEdit.cpp index a94a8b5912..ee9c59fc73 100644 --- a/stepmania/src/ScreenEdit.cpp +++ b/stepmania/src/ScreenEdit.cpp @@ -2034,7 +2034,8 @@ void ScreenEdit::TransitionEditState( EditState em ) GAMESTATE->m_bGameplayLeadIn.Set( false ); /* Reset the note skin, in case preferences have changed. */ - GAMESTATE->ResetNoteSkins(); + // XXX + // GAMESTATE->ResetNoteSkins(); break; }