From 433155f1e14cac1bdec19593fcfad82017c98ce5 Mon Sep 17 00:00:00 2001 From: Steve Checkoway Date: Tue, 1 Aug 2006 20:56:16 +0000 Subject: [PATCH] Cache note skins before playing. --- 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 daa02930b2..0aa2f017be 100644 --- a/stepmania/src/ScreenEdit.cpp +++ b/stepmania/src/ScreenEdit.cpp @@ -2210,7 +2210,8 @@ void ScreenEdit::TransitionEditState( EditState em ) /* If we're in course display mode, set that up. */ SetupCourseAttacks(); - + + m_Player->CacheAllUsedNoteSkins(); m_Player.Load( m_NoteDataEdit ); GAMESTATE->m_pPlayerState[PLAYER_1]->m_PlayerController = PREFSMAN->m_AutoPlay;