aboutsummaryrefslogtreecommitdiff
path: root/engines/neverhood/module2500.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/neverhood/module2500.cpp')
-rw-r--r--engines/neverhood/module2500.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/engines/neverhood/module2500.cpp b/engines/neverhood/module2500.cpp
index 84b98af08a..822204f36d 100644
--- a/engines/neverhood/module2500.cpp
+++ b/engines/neverhood/module2500.cpp
@@ -59,8 +59,8 @@ Module2500::Module2500(NeverhoodEngine *vm, Module *parentModule, int which)
: Module(vm, parentModule), _soundResource1(vm), _soundResource2(vm),
_soundResource3(vm), _soundResource4(vm), _soundIndex(0) {
- // TODO Music18hList_add(0x29220120, 0x05343184);
- // TODO Music18hList_play(0x05343184, 0, 0, 1);
+ // TODO SoundMan_addMusic(0x29220120, 0x05343184);
+ // TODO SoundMan_startMusic(0x05343184, 0, 0, 1);
SetMessageHandler(&Module2500::handleMessage);
if (which < 0) {
@@ -77,7 +77,7 @@ Module2500::Module2500(NeverhoodEngine *vm, Module *parentModule, int which)
}
Module2500::~Module2500() {
- // TODO Music18hList_deleteGroup(0x29220120);
+ // TODO SoundMan_deleteMusicGroup(0x29220120);
}
void Module2500::createScene(int sceneNum, int which) {