mirror of
https://github.com/libretro/scummvm.git
synced 2025-02-23 20:51:14 +00:00
AGOS: Silenced a false positive warning in MSVC
This commit is contained in:
parent
bc2e7707f1
commit
c713628721
@ -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];
|
||||
|
Loading…
x
Reference in New Issue
Block a user