[Scummvm-cvs-logs] scummvm master -> 52d91368af89541284fbc525ff1357c5e38cb071
Strangerke
Strangerke at scummvm.org
Wed Jun 22 23:12:01 CEST 2011
This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .
Summary:
52d91368af TSAGE: Fix bug in sound fading in scene 20.
Commit: 52d91368af89541284fbc525ff1357c5e38cb071
https://github.com/scummvm/scummvm/commit/52d91368af89541284fbc525ff1357c5e38cb071
Author: Strangerke (strangerke at scummvm.org)
Date: 2011-06-22T14:09:36-07:00
Commit Message:
TSAGE: Fix bug in sound fading in scene 20.
This was blocking progress under linux...
Changed paths:
engines/tsage/ringworld_scenes1.cpp
diff --git a/engines/tsage/ringworld_scenes1.cpp b/engines/tsage/ringworld_scenes1.cpp
index 29b7c9b..7fe2610 100644
--- a/engines/tsage/ringworld_scenes1.cpp
+++ b/engines/tsage/ringworld_scenes1.cpp
@@ -342,7 +342,7 @@ void Scene20::Action2::signal() {
}
case 8:
scene->_sound.release();
- scene->_sound.fadeOut(this);
+ _globals->_soundHandler.fadeOut(this);
break;
case 9:
SceneItem::display(0, 0, LIST_END);
More information about the Scummvm-git-logs
mailing list