From 2056b75522012358d59790d5dfaa42e66ffed3f6 Mon Sep 17 00:00:00 2001 From: Glenn Maynard Date: Wed, 30 Apr 2003 20:28:52 +0000 Subject: [PATCH] quick fix for the editor in non-Dance modes --- 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 3ccaf509ff..ba86188dbb 100644 --- a/stepmania/src/ScreenEdit.cpp +++ b/stepmania/src/ScreenEdit.cpp @@ -242,7 +242,8 @@ ScreenEdit::ScreenEdit() : Screen("ScreenEdit") GAMESTATE->m_PlayerOptions[PLAYER_1].m_fScrollSpeed = 1; GAMESTATE->m_SongOptions.m_fMusicRate = 1; - GAMESTATE->m_PlayerOptions[PLAYER_1].m_sNoteSkin = "note"; // change noteskin before loading all of the edit Actors + /* Err, not all games have a noteskin named "note" ... */ +// GAMESTATE->m_PlayerOptions[PLAYER_1].m_sNoteSkin = "note"; // change noteskin before loading all of the edit Actors m_BGAnimation.LoadFromAniDir( THEME->GetPathToB("ScreenEdit background") );