diff --git a/stepmania/src/ScreenSelectCourse.cpp b/stepmania/src/ScreenSelectCourse.cpp index a9f6728749..785902559c 100644 --- a/stepmania/src/ScreenSelectCourse.cpp +++ b/stepmania/src/ScreenSelectCourse.cpp @@ -257,7 +257,7 @@ void ScreenSelectCourse::AdjustOptions() if(GAMESTATE->m_pCurCourse->m_iLives != -1) { /* oni */ - GAMESTATE->m_SongOptions.m_LifeType = SongOptions::LifeType::LIFE_BATTERY; + GAMESTATE->m_SongOptions.m_LifeType = SongOptions::LIFE_BATTERY; GAMESTATE->m_SongOptions.m_iBatteryLives = GAMESTATE->m_pCurCourse->m_iLives; } }