diff options
Diffstat (limited to 'engines/neverhood/module1900.cpp')
| -rw-r--r-- | engines/neverhood/module1900.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/engines/neverhood/module1900.cpp b/engines/neverhood/module1900.cpp index 45d3b834a5..bf1aad6a49 100644 --- a/engines/neverhood/module1900.cpp +++ b/engines/neverhood/module1900.cpp @@ -36,13 +36,13 @@ Module1900::Module1900(NeverhoodEngine *vm, Module *parentModule, int which) createScene(0, 0); } - // TODO Sound1ChList_addSoundResources(0x04E1C09C, dword_4B8800, true); - // TODO Sound1ChList_setSoundValuesMulti(dword_4B8800, true, 50, 600, 5, 150); + // TODO SoundMan_addSoundList(0x04E1C09C, dword_4B8800, true); + // TODO SoundMan_setSoundListParams(dword_4B8800, true, 50, 600, 5, 150); } Module1900::~Module1900() { - // TODO Sound1ChList_sub_407A50(0x04E1C09C); + // TODO SoundMan_deleteGroup(0x04E1C09C); } void Module1900::createScene(int sceneNum, int which) { |
