aboutsummaryrefslogtreecommitdiff
path: root/engines/sword2/memory.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/sword2/memory.cpp')
-rw-r--r--engines/sword2/memory.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/sword2/memory.cpp b/engines/sword2/memory.cpp
index 5fd2d4e78e..391983930d 100644
--- a/engines/sword2/memory.cpp
+++ b/engines/sword2/memory.cpp
@@ -52,7 +52,7 @@
namespace Sword2 {
-MemoryManager::MemoryManager(Sword2Engine *vm) : _vm(vm) {
+MemoryManager::MemoryManager() {
// The id stack contains all the possible ids for the memory blocks.
// We use this to ensure that no two blocks ever have the same id.