diff options
author | Filippos Karapetis | 2008-12-29 15:04:46 +0000 |
---|---|---|
committer | Filippos Karapetis | 2008-12-29 15:04:46 +0000 |
commit | 3e068720016beb2da765f47cf620dc455a19048e (patch) | |
tree | 2b27bee18941e0be5f57183c4e3f4a098f5ba5b6 /engines/saga | |
parent | 030de671b5a512a36619055af58224ad38af9a51 (diff) | |
download | scummvm-rg350-3e068720016beb2da765f47cf620dc455a19048e.tar.gz scummvm-rg350-3e068720016beb2da765f47cf620dc455a19048e.tar.bz2 scummvm-rg350-3e068720016beb2da765f47cf620dc455a19048e.zip |
Silenced MSVC warning
svn-id: r35610
Diffstat (limited to 'engines/saga')
-rw-r--r-- | engines/saga/resource.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/saga/resource.cpp b/engines/saga/resource.cpp index ae6eaa0309..d1190fec79 100644 --- a/engines/saga/resource.cpp +++ b/engines/saga/resource.cpp @@ -216,7 +216,7 @@ bool Resource::createContexts() { bool isCompressed; }; - SoundFileInfo *curSoundfiles; + SoundFileInfo *curSoundfiles = 0; // If the Wyrmkeep credits file is found, set the Wyrmkeep version flag to true if (Common::File::exists("graphics/credit3n.dlt")) { |