fix crash

This commit is contained in:
Glenn Maynard
2003-01-23 05:51:09 +00:00
parent 7344ddf371
commit 62fe307d62
+1 -1
View File
@@ -108,7 +108,7 @@ CString Notes::GetSMNoteData() const
RageColor Notes::GetColor() const
{
switch( m_Difficulty )
switch( GetDifficulty() )
{
case DIFFICULTY_BEGINNER: return COLOR_BEGINNER;
case DIFFICULTY_EASY: return COLOR_EASY;