Fix warnings.

This commit is contained in:
Steve Checkoway
2005-06-29 06:36:51 +00:00
parent c856d1c68a
commit aa71c794ec
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -372,7 +372,7 @@ static void LifeDifficulty( int &sel, bool ToSel, const ConfOption *pConfOption
static int GetLifeDifficulty()
{
int iLifeDifficulty;
int iLifeDifficulty = 0;
LifeDifficulty( iLifeDifficulty, true, NULL );
iLifeDifficulty++; // LifeDifficulty returns an index
return iLifeDifficulty;