fix warnings

This commit is contained in:
Glenn Maynard
2004-06-24 07:30:04 +00:00
parent 9609f5303a
commit f643f412fb
2 changed files with 0 additions and 5 deletions
-1
View File
@@ -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; pn<NUM_PLAYERS; pn++)
{
// Skip if not enabled
-4
View File
@@ -70,10 +70,6 @@ CString GetStatsLineValue( PlayerNumber pn, EndingStatsLine line )
case PERCENT_COMPLETE_MEDIUM:
case PERCENT_COMPLETE_HARD:
case PERCENT_COMPLETE_CHALLENGE:
{
StepsType st = GAMESTATE->GetCurrentStyleDef()->m_StepsType;
Difficulty dc = (Difficulty)(line-1);
}
// Ugly...
{
StepsType st = GAMESTATE->GetCurrentStyleDef()->m_StepsType;