[Scummvm-cvs-logs] scummvm master -> 6113724eb5eb3fac1bb421751451a2af8ac18abd

Strangerke arnaud.boutonne at gmail.com
Fri May 27 23:34: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:
6113724eb5 TSAGE: Fix a sound glitch in scene 4150


Commit: 6113724eb5eb3fac1bb421751451a2af8ac18abd
    https://github.com/scummvm/scummvm/commit/6113724eb5eb3fac1bb421751451a2af8ac18abd
Author: strangerke (arnaud.boutonne at gmail.com)
Date: 2011-05-27T14:32:38-07:00

Commit Message:
TSAGE: Fix a sound glitch in scene 4150

Changed paths:
    engines/tsage/ringworld_scenes5.cpp



diff --git a/engines/tsage/ringworld_scenes5.cpp b/engines/tsage/ringworld_scenes5.cpp
index afab920..4f17351 100644
--- a/engines/tsage/ringworld_scenes5.cpp
+++ b/engines/tsage/ringworld_scenes5.cpp
@@ -3088,6 +3088,7 @@ void Scene4150::dispatch() {
 
 	if (!_action && (_globals->_player._position.x >= 316)) {
 		_globals->_soundHandler.proc1(NULL);
+		_soundHandler.proc1(NULL);
 		_globals->_player.disableControl();
 		_sceneMode = 4152;
 		setAction(&_sequenceManager, this, 4152, &_globals->_player, NULL);






More information about the Scummvm-git-logs mailing list