Fix compiler warnings.

This commit is contained in:
Steve Checkoway
2003-08-10 03:23:17 +00:00
parent 2a2bdb3cb5
commit 762afe38a4
9 changed files with 12 additions and 12 deletions
+1 -1
View File
@@ -478,4 +478,4 @@ CString ScreenPlayerOptions::ConvertParamToThemeDifficulty(
if (in == "ONI") return CHALLENGE_DESCRIPTION; // Extreme
return in; // something else
}
}