Make Stepmania stop crashing at load.

This commit is contained in:
Sean Burke
2003-09-27 19:49:24 +00:00
parent 7e0ebb6187
commit e0742c076d
-1
View File
@@ -729,6 +729,5 @@ Character* GameState::GetDefaultCharacter()
return m_pCharacters[i];
}
ASSERT(0);
return NULL;
}