From f643f412fb81bd69cd6a44a14dd2e83ab53ea9d1 Mon Sep 17 00:00:00 2001 From: Glenn Maynard Date: Thu, 24 Jun 2004 07:30:04 +0000 Subject: [PATCH] fix warnings --- stepmania/src/BeginnerHelper.cpp | 1 - stepmania/src/ScreenEnding.cpp | 4 ---- 2 files changed, 5 deletions(-) diff --git a/stepmania/src/BeginnerHelper.cpp b/stepmania/src/BeginnerHelper.cpp index 29470aa336..9a7f6ee437 100644 --- a/stepmania/src/BeginnerHelper.cpp +++ b/stepmania/src/BeginnerHelper.cpp @@ -329,7 +329,6 @@ void BeginnerHelper::Update( float fDeltaTime ) // the row we want to check on this update int iCurRow = BeatToNoteRowNotRounded(GAMESTATE->m_fSongBeat + 0.4f); - int iActualRow = BeatToNoteRowNotRounded(GAMESTATE->m_fSongBeat); for(int pn=0; pnGetCurrentStyleDef()->m_StepsType; - Difficulty dc = (Difficulty)(line-1); - } // Ugly... { StepsType st = GAMESTATE->GetCurrentStyleDef()->m_StepsType;