[Scummvm-cvs-logs] scummvm master -> 9a47b15dafb0e36031e82d46f6dec566756280d8

Strangerke Strangerke at scummvm.org
Sun Feb 9 11:07:37 CET 2014


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:
9a47b15daf TSAGE: R2R - Fix sound missing in scene 3500 (Flub tube maze)


Commit: 9a47b15dafb0e36031e82d46f6dec566756280d8
    https://github.com/scummvm/scummvm/commit/9a47b15dafb0e36031e82d46f6dec566756280d8
Author: Strangerke (strangerke at scummvm.org)
Date: 2014-02-09T02:06:00-08:00

Commit Message:
TSAGE: R2R - Fix sound missing in scene 3500 (Flub tube maze)

Changed paths:
    engines/tsage/ringworld2/ringworld2_scenes3.cpp



diff --git a/engines/tsage/ringworld2/ringworld2_scenes3.cpp b/engines/tsage/ringworld2/ringworld2_scenes3.cpp
index 8b235f3..36d7bf8 100644
--- a/engines/tsage/ringworld2/ringworld2_scenes3.cpp
+++ b/engines/tsage/ringworld2/ringworld2_scenes3.cpp
@@ -3955,7 +3955,7 @@ void Scene3500::dispatch() {
 					if ( (((cellId == 23) || (cellId == 24) || (cellId == 4)) && (newMazeY <= mazePosY) && (_mazePosition.y>= mazePosY))
 						|| (((cellId == 25) || (cellId == 26) || (cellId == 5) || (cellId == 14) || (cellId == 15)) && (_mazeChangeAmount >= deltaY) && (_mazeChangeAmount > 3) && (_action1._turningFl != 0)) ) {
 						newMazeY = mazePosY;
-						if ((cellId != 25) && (cellId != 26) && (cellId != 5) && (cellId != 14) && (cellId == 15))
+						if ((cellId != 25) && (cellId != 26) && (cellId != 5) && (cellId != 14) && (cellId != 15))
 							R2_GLOBALS._sound2.play(339);
 						_rotation->_idxChange = 0;
 						_speed = 0;






More information about the Scummvm-git-logs mailing list