From e0742c076de71277b132823cff347346b9454c43 Mon Sep 17 00:00:00 2001 From: Sean Burke Date: Sat, 27 Sep 2003 19:49:24 +0000 Subject: [PATCH] Make Stepmania stop crashing at load. --- stepmania/src/GameState.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/stepmania/src/GameState.cpp b/stepmania/src/GameState.cpp index eeaeeaef37..13242db511 100644 --- a/stepmania/src/GameState.cpp +++ b/stepmania/src/GameState.cpp @@ -729,6 +729,5 @@ Character* GameState::GetDefaultCharacter() return m_pCharacters[i]; } - ASSERT(0); return NULL; }