fix assert

This commit is contained in:
Glenn Maynard
2005-02-27 21:55:30 +00:00
parent 178f081334
commit 1788322c4b
+1 -1
View File
@@ -931,7 +931,7 @@ void SongManager::GetExtraStageInfo( bool bExtra2, const Style *sd,
}
ASSERT_M( sGroup != "", ssprintf("%p '%s' '%s'",
GAMESTATE->m_pCurSong,
GAMESTATE->m_pCurSong.Get(),
GAMESTATE->m_pCurSong? GAMESTATE->m_pCurSong->GetSongDir().c_str():"",
GAMESTATE->m_pCurSong? GAMESTATE->m_pCurSong->m_sGroupName.c_str():"") );