For non-fixed songs find the longest non-tutorial song and use that for picking mods. Something isn't quite right with ScreenEdit though (it doesn't display existing attacks so you can add attacks but you cannot remove them, global mods can be modified normally).

This commit is contained in:
Steve Checkoway
2006-03-18 11:13:22 +00:00
parent 95c756f9e5
commit 1d45c8a0fd
2 changed files with 31 additions and 17 deletions
@@ -26,6 +26,7 @@ protected:
virtual void ProcessMenuStart( const InputEventPlus &input );
CourseEntry m_Original; // use this to revert when cancelling
Song *m_pLongSong;
ThemeMetric<bool> SHOW_MODS_ROW;
};