From 08c6c242d7b15df619248ee8a36cc340d0c94525 Mon Sep 17 00:00:00 2001 From: Steve Checkoway Date: Fri, 18 Aug 2006 01:35:34 +0000 Subject: [PATCH] Cleanup. --- stepmania/src/SongOptions.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stepmania/src/SongOptions.cpp b/stepmania/src/SongOptions.cpp index ee8db1e8da..2c8b1709ef 100644 --- a/stepmania/src/SongOptions.cpp +++ b/stepmania/src/SongOptions.cpp @@ -144,7 +144,7 @@ void SongOptions::FromString( const RString &sOptions ) on = false; } - if( sBit == "norecover" ) m_DrainType = DRAIN_NO_RECOVER; + if( sBit == "norecover" ) m_DrainType = DRAIN_NO_RECOVER; else if( sBit == "suddendeath" ) m_DrainType = DRAIN_SUDDEN_DEATH; else if( sBit == "power-drop" ) m_DrainType = DRAIN_NO_RECOVER; else if( sBit == "death" ) m_DrainType = DRAIN_SUDDEN_DEATH;