aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--engines/saga/resource.cpp2
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")) {