From 985a040f49be296fee08e129e04c64f008b65a74 Mon Sep 17 00:00:00 2001 From: Glenn Maynard Date: Mon, 1 Sep 2003 01:47:47 +0000 Subject: [PATCH] fix warnings --- stepmania/src/ScreenGameplay.cpp | 4 ++-- stepmania/src/ScreenOptions.cpp | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/stepmania/src/ScreenGameplay.cpp b/stepmania/src/ScreenGameplay.cpp index 76314221ae..ba92254303 100644 --- a/stepmania/src/ScreenGameplay.cpp +++ b/stepmania/src/ScreenGameplay.cpp @@ -1396,14 +1396,14 @@ void ScreenGameplay::UpdateAutoPlayText() void SaveChanges( void* papSongsQueue ) { vector& apSongsQueue = *(vector*)papSongsQueue; - for( int i=0; iSave(); } void RevertChanges( void* papSongsQueue ) { vector& apSongsQueue = *(vector*)papSongsQueue; - for( int i=0; iRevertFromDisk(); } diff --git a/stepmania/src/ScreenOptions.cpp b/stepmania/src/ScreenOptions.cpp index b81233037b..d11105296c 100644 --- a/stepmania/src/ScreenOptions.cpp +++ b/stepmania/src/ScreenOptions.cpp @@ -130,7 +130,7 @@ void ScreenOptions::Init( InputMode im, OptionRow OptionRow[], int iNumOptionLin m_framePage.AddChild( &m_textTitles[r] ); int iNumChoices = min( m_OptionRow[r].choices.size(), MAX_VISIBLE_VALUES_PER_LINE ); - for( unsigned c=0; c