From 8bf3c01e814c25af7806a58f264e0f9695447515 Mon Sep 17 00:00:00 2001 From: Glenn Maynard Date: Mon, 17 Feb 2003 20:36:12 +0000 Subject: [PATCH] fix gcc compile --- stepmania/src/ScreenSelectCourse.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; } }