This commit is contained in:
Glenn Maynard
2004-10-25 02:17:58 +00:00
parent f00601e77b
commit de21231034
+1 -3
View File
@@ -228,9 +228,7 @@ void NoteDataUtil::GetSMNoteDataString( const NoteData &in_, CString &notes_out
case TapNote::attack: c = 'A'; break;
case TapNote::autoKeysound: c = 'K'; break;
default:
ASSERT(0); // invalid enum value
c = '0';
break;
FAIL_M( ssprintf("tn %i", tn.type) ); // invalid enum value
}
sRet.append(1, c);