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;