fix warnings

This commit is contained in:
Chris Danford
2004-10-02 05:08:59 +00:00
parent 0e7c5a7141
commit b76949e1a9
4 changed files with 9 additions and 10 deletions
+1 -1
View File
@@ -141,7 +141,7 @@ void NoteDataUtil::LoadFromSMNoteDataString( NoteData &out, CString sSMNoteData,
if( 1 == sscanf( p, "%u]", &uKeysoundIndex ) ) // not fatal if this fails due to malformed data
{
tn.bKeysound = true;
tn.keysoundIndex = uKeysoundIndex;
tn.keysoundIndex = (uint16_t)uKeysoundIndex;
}
// skip past the ']'