quick fix for the editor in non-Dance modes

This commit is contained in:
Glenn Maynard
2003-04-30 20:28:52 +00:00
parent c12257c1e7
commit 2056b75522
+2 -1
View File
@@ -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") );