From 6aba73c3dc04f42235dda710495918bc2b43232a Mon Sep 17 00:00:00 2001 From: Chris Danford Date: Fri, 22 Apr 2005 20:51:21 +0000 Subject: [PATCH] fix crash on exit SLightsTest --- stepmania/src/ScreenTestLights.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/stepmania/src/ScreenTestLights.cpp b/stepmania/src/ScreenTestLights.cpp index d6826fa11b..181f74f199 100644 --- a/stepmania/src/ScreenTestLights.cpp +++ b/stepmania/src/ScreenTestLights.cpp @@ -68,8 +68,6 @@ void ScreenTestLights::Update( float fDeltaTime ) case LIGHTSMODE_TEST_MANUAL_CYCLE: s += "Manual Cycle\n"; break; - default: - ASSERT(0); } if( cl == LIGHT_INVALID )