aboutsummaryrefslogtreecommitdiff
path: root/engines
diff options
context:
space:
mode:
Diffstat (limited to 'engines')
-rw-r--r--engines/sword2/resman.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/engines/sword2/resman.cpp b/engines/sword2/resman.cpp
index 5430cf1e82..202ac54065 100644
--- a/engines/sword2/resman.cpp
+++ b/engines/sword2/resman.cpp
@@ -64,6 +64,7 @@ ResourceManager::ResourceManager(Sword2Engine *vm) {
_vm = vm;
_totalClusters = 0;
+ _resList = NULL;
_resConvTable = NULL;
_cacheStart = NULL;
_cacheEnd = NULL;