aboutsummaryrefslogtreecommitdiff
path: root/engines/tsage/ringworld2/ringworld2_scenes3.cpp
diff options
context:
space:
mode:
authorStrangerke2013-11-24 22:45:36 +0100
committerStrangerke2013-11-24 22:45:36 +0100
commitbd8f260d9b128ba03131c7002d8dcf750765f208 (patch)
tree26febb4e467e39cc6430e58eed5deac078639293 /engines/tsage/ringworld2/ringworld2_scenes3.cpp
parentef8fefd233fd93c1e9625929ffc831c740cf6492 (diff)
downloadscummvm-rg350-bd8f260d9b128ba03131c7002d8dcf750765f208.tar.gz
scummvm-rg350-bd8f260d9b128ba03131c7002d8dcf750765f208.tar.bz2
scummvm-rg350-bd8f260d9b128ba03131c7002d8dcf750765f208.zip
TSAGE: R2R - Remove obsolete comments about sub_1D227()
Diffstat (limited to 'engines/tsage/ringworld2/ringworld2_scenes3.cpp')
-rw-r--r--engines/tsage/ringworld2/ringworld2_scenes3.cpp13
1 files changed, 0 insertions, 13 deletions
diff --git a/engines/tsage/ringworld2/ringworld2_scenes3.cpp b/engines/tsage/ringworld2/ringworld2_scenes3.cpp
index 321026461b..6f6bbbf96a 100644
--- a/engines/tsage/ringworld2/ringworld2_scenes3.cpp
+++ b/engines/tsage/ringworld2/ringworld2_scenes3.cpp
@@ -2821,7 +2821,6 @@ void Scene3400::remove() {
void Scene3400::signal() {
switch (_sceneMode) {
case 3305: {
- // Removed (useless ?) call to sub_1D227
_tealSpeaker._object1.hide();
_teal.show();
_teal.setStrip(1);
@@ -2861,7 +2860,6 @@ void Scene3400::signal() {
}
break;
case 3308:
- // Removed (useless ?) call to sub_1D227
_companion1.setStrip(2);
R2_GLOBALS._player.setStrip(6);
_companion2.setStrip(6);
@@ -2874,7 +2872,6 @@ void Scene3400::signal() {
setAction(&_sequenceManager, this, 3403, &_companion1, &_webbster, &_manholeCover, NULL);
break;
case 3309:
- // Removed (useless ?) call to sub_1D227
_teal.setStrip(1);
_sceneMode = 3405;
if (R2_GLOBALS._player._characterIndex == R2_MIRANDA)
@@ -2883,7 +2880,6 @@ void Scene3400::signal() {
setAction(&_sequenceManager, this, 3405, &_companion2, &_manholeCover, NULL);
break;
case 3310:
- // Removed (useless ?) call to sub_1D227
_teal.setStrip(1);
_sceneMode = 3406;
if (R2_GLOBALS._player._characterIndex == R2_QUINN)
@@ -2894,7 +2890,6 @@ void Scene3400::signal() {
setAction(&_sequenceManager, this, 3406, &_companion2, &_manholeCover, NULL);
break;
case 3311:
- // Removed (useless ?) call to sub_1D227
_tealSpeaker._object1.hide();
_teal.show();
_teal.setStrip(1);
@@ -4631,8 +4626,6 @@ void Scene3600::signal() {
switch (_sceneMode) {
case 3320:
// Move to the console
-
- // Removed (useless ?) call to sub_1D227
R2_GLOBALS._walkRegions.disableRegion(14);
R2_GLOBALS._scrollFollower = &_seeker;
_tealSpeaker._object1.hide();
@@ -4649,8 +4642,6 @@ void Scene3600::signal() {
break;
case 3321:
// Teal activates console
-
- // Removed (useless ?) call to sub_1D227
R2_GLOBALS._scrollFollower = &R2_GLOBALS._player;
_tealSpeaker.stopSpeaking();
_teal.show();
@@ -4662,8 +4653,6 @@ void Scene3600::signal() {
break;
case 3322:
// Teal walks toward the teleport pod, the goule protector appears
-
- // Removed (useless ?) call to sub_1D227
_quinnSpeaker.stopSpeaking();
_quinnSpeaker._displayMode = 1;
_tealSpeaker.stopSpeaking();
@@ -4678,7 +4667,6 @@ void Scene3600::signal() {
if (!_tealDead)
_tealDead = true;
else {
- // Removed (useless ?) call to sub_1D227
_protectorSpeaker.stopSpeaking();
_protector.show();
_protector.setup(3258, 6, 1);
@@ -5014,7 +5002,6 @@ void Scene3700::signal() {
case 3328:
// No break on purpose
case 3329:
- // Removed (useless ?) call to sub_1D227
_sceneMode = 3701;
setAction(&_sequenceManager, this, 3701, &_seeker, &_miranda, &_webbster, NULL);
break;