diff options
Diffstat (limited to 'engines')
-rw-r--r-- | engines/neverhood/module2500.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/engines/neverhood/module2500.cpp b/engines/neverhood/module2500.cpp index 79a4011b1a..3cb2379489 100644 --- a/engines/neverhood/module2500.cpp +++ b/engines/neverhood/module2500.cpp @@ -77,6 +77,7 @@ Module2500::Module2500(NeverhoodEngine *vm, Module *parentModule, int which) } Module2500::~Module2500() { + // TODO Music18hList_deleteGroup(0x29220120); } void Module2500::createScene(int sceneNum, int which) { |