diff options
-rw-r--r-- | engines/neverhood/modules/module1100.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/neverhood/modules/module1100.cpp b/engines/neverhood/modules/module1100.cpp index e40508e502..1601f3a140 100644 --- a/engines/neverhood/modules/module1100.cpp +++ b/engines/neverhood/modules/module1100.cpp @@ -142,7 +142,7 @@ void Module1100::updateScene() { _vm->_soundMan->playTwoSounds(0x0002C818, 0x48498E46, 0x50399F64, 0); createScene(1, 0); } else if (_moduleResult == 1) { - /* NOTE This fixes a bug in the original where the "tunnel" footstep + /* NOTE This fixes a bug in the original where the "tunnel" footstep sounds are played instead of the correct footsteps. */ _vm->_soundMan->playTwoSounds(0x0002C818, 0x41861371, 0x43A2507F, 0); createScene(8, 0); |