Partial s/GetString/c_str/.
(watch out for PlayerOptions::GetString and SongOptions::GetString)
This commit is contained in:
@@ -1644,7 +1644,7 @@ NotesType GameManager::StringToNotesType( CString sNotesType )
|
||||
return NotesType(i);
|
||||
|
||||
// invalid NotesType
|
||||
LOG->Warn( "Invalid NotesType string '%s' encountered. Assuming this is 'dance-single'.", sNotesType.GetString() );
|
||||
LOG->Warn( "Invalid NotesType string '%s' encountered. Assuming this is 'dance-single'.", sNotesType.c_str() );
|
||||
return NOTES_TYPE_DANCE_SINGLE;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user