[Scummvm-cvs-logs] scummvm master -> 852619929acc429571589cd6198157a4d14481d5
Strangerke
Strangerke at scummvm.org
Tue Nov 12 00:25:53 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:
852619929a TSAGE: R2R - Fix puppeter heads reappearing in intro
Commit: 852619929acc429571589cd6198157a4d14481d5
https://github.com/scummvm/scummvm/commit/852619929acc429571589cd6198157a4d14481d5
Author: Strangerke (strangerke at scummvm.org)
Date: 2013-11-11T15:25:10-08:00
Commit Message:
TSAGE: R2R - Fix puppeter heads reappearing in intro
Changed paths:
engines/tsage/ringworld2/ringworld2_scenes0.cpp
diff --git a/engines/tsage/ringworld2/ringworld2_scenes0.cpp b/engines/tsage/ringworld2/ringworld2_scenes0.cpp
index 93eae50..1fe8d13 100644
--- a/engines/tsage/ringworld2/ringworld2_scenes0.cpp
+++ b/engines/tsage/ringworld2/ringworld2_scenes0.cpp
@@ -1781,7 +1781,7 @@ void Scene180::signal() {
case 34:
_teal.hide();
- _webbster.hide();
+ _webbster.remove();
_dutyOfficer.postInit();
_dutyOfficer.setup(76, 2, 1);
More information about the Scummvm-git-logs
mailing list