[Scummvm-cvs-logs] scummvm master -> 78f202826b867503b0bc38602b268b39be090857
Strangerke
arnaud.boutonne at gmail.com
Sat Apr 30 16:57:53 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:
78f202826b TSAGE: Fix bug in scene 2100: Now the sunflower field is reachable
Commit: 78f202826b867503b0bc38602b268b39be090857
https://github.com/scummvm/scummvm/commit/78f202826b867503b0bc38602b268b39be090857
Author: strangerke (arnaud.boutonne at gmail.com)
Date: 2011-04-30T07:57:09-07:00
Commit Message:
TSAGE: Fix bug in scene 2100: Now the sunflower field is reachable
Changed paths:
engines/tsage/ringworld_scenes3.cpp
diff --git a/engines/tsage/ringworld_scenes3.cpp b/engines/tsage/ringworld_scenes3.cpp
index 4e84984..13dfc1a 100644
--- a/engines/tsage/ringworld_scenes3.cpp
+++ b/engines/tsage/ringworld_scenes3.cpp
@@ -1022,6 +1022,8 @@ void Scene2100::Action12::signal() {
case 10:
if (_globals->getFlag(74))
setDelay(1);
+ else
+ setAction(&scene->_sequenceManager, this, 2101, &_globals->_player, NULL);
break;
case 11:
scene->_stripManager.start(2170, this);
More information about the Scummvm-git-logs
mailing list