[Scummvm-cvs-logs] scummvm master -> ef8fefd233fd93c1e9625929ffc831c740cf6492
Strangerke
Strangerke at scummvm.org
Sun Nov 24 22:44:28 CET 2013
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:
ef8fefd233 TSAGE: R2R - Add comments in Scene3600::signal()
Commit: ef8fefd233fd93c1e9625929ffc831c740cf6492
https://github.com/scummvm/scummvm/commit/ef8fefd233fd93c1e9625929ffc831c740cf6492
Author: Strangerke (strangerke at scummvm.org)
Date: 2013-11-24T13:43:33-08:00
Commit Message:
TSAGE: R2R - Add comments in Scene3600::signal()
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 0780b09..3210264 100644
--- a/engines/tsage/ringworld2/ringworld2_scenes3.cpp
+++ b/engines/tsage/ringworld2/ringworld2_scenes3.cpp
@@ -4661,6 +4661,8 @@ void Scene3600::signal() {
&_quinn, &_seeker, &_miranda, &_webbster, NULL);
break;
case 3322:
+ // Teal walks toward the teleport pod, the goule protector appears
+
// Removed (useless ?) call to sub_1D227
_quinnSpeaker.stopSpeaking();
_quinnSpeaker._displayMode = 1;
@@ -4671,6 +4673,8 @@ void Scene3600::signal() {
setAction(&_sequenceManager1, this, _sceneMode, &_teal, &_protector, &_steppingDisk, NULL);
break;
case 3323:
+ // Goule protector eats Teal guts then moves
+
if (!_tealDead)
_tealDead = true;
else {
@@ -4713,6 +4717,7 @@ void Scene3600::signal() {
_sceneMode = 3623;
break;
case 3450:
+ // Speech of Teal and Quinn
R2_GLOBALS._sound1.stop();
_protector3400.hide();
_door3400.hide();
@@ -4832,6 +4837,7 @@ void Scene3600::signal() {
setAction(&_sequenceManager1, this, 3450, &_protector3400, &_door3400, NULL);
break;
case 3605:
+ // Goule protector jumps on Teal
_protector.setup(3258, 4, 1);
_protector.setAction(&_sequenceManager1, this, 3606, &_teal, &_protector,
&_steppingDisk, NULL);
More information about the Scummvm-git-logs
mailing list