AGOS: Silenced a false positive warning in MSVC

This commit is contained in:
md5 2011-05-29 19:48:47 +03:00
parent bc2e7707f1
commit c713628721

View File

@ -35,7 +35,7 @@
namespace AGOS {
int AGOSEngine::countSaveGames() {
Common::InSaveFile *f;
Common::InSaveFile *f = NULL;
Common::StringArray filenames;
uint i = 1;
char slot[4];