From b808d4818ef0669fe88ac347022e123fa609e380 Mon Sep 17 00:00:00 2001 From: Strangerke Date: Sun, 16 Feb 2014 18:37:48 +0100 Subject: NEVERHOOD: Janitorial - Remove trailing spaces --- engines/neverhood/modules/module1100.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); -- cgit v1.2.3