From 4399f2ff0ff86b0a64ab07a8920dcd21da81a49a Mon Sep 17 00:00:00 2001 From: Glenn Maynard Date: Mon, 5 Sep 2005 03:24:14 +0000 Subject: [PATCH] cleanup --- stepmania/src/IniFile.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/stepmania/src/IniFile.cpp b/stepmania/src/IniFile.cpp index 006aa8d6eb..919131d0aa 100644 --- a/stepmania/src/IniFile.cpp +++ b/stepmania/src/IniFile.cpp @@ -55,8 +55,9 @@ bool IniFile::ReadFile( RageFileBasic &f ) /* New section. */ keyname = line.substr(1, line.size()-2); } - else //if a value + else { + /* New value. */ int iEqualIndex = line.Find("="); if( iEqualIndex != -1 ) {