[Scummvm-git-logs] scummvm master -> 88e4c223125c8ae98704864d2401360d3824ae4a
dreammaster
noreply at scummvm.org
Sun Feb 27 21:32:18 UTC 2022
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:
88e4c22312 TITANIC: Fix showing Home in starfield puzzle
Commit: 88e4c223125c8ae98704864d2401360d3824ae4a
https://github.com/scummvm/scummvm/commit/88e4c223125c8ae98704864d2401360d3824ae4a
Author: Paul Gilbert (dreammaster at scummvm.org)
Date: 2022-02-27T13:32:09-08:00
Commit Message:
TITANIC: Fix showing Home in starfield puzzle
Changed paths:
NEWS.md
engines/titanic/star_control/star_control.cpp
diff --git a/NEWS.md b/NEWS.md
index 36010fe4854..c62e9f74d21 100644
--- a/NEWS.md
+++ b/NEWS.md
@@ -81,6 +81,9 @@ For a more comprehensive changelog of the latest experimental code, see:
installation.
- Fixed UI glitches in Serrated Scalpel.
+ Titainic:
+ - Fixed not being able to see House in Starfield puzzle.
+
TwinE:
- Fixed a bug in the collision code that made the game unfinishable due to the
tank not moving any further in scene 63.
diff --git a/engines/titanic/star_control/star_control.cpp b/engines/titanic/star_control/star_control.cpp
index 06bceee35eb..b0448d85159 100644
--- a/engines/titanic/star_control/star_control.cpp
+++ b/engines/titanic/star_control/star_control.cpp
@@ -234,7 +234,7 @@ void CStarControl::doAction(StarControlAction action) {
break;
case STAR_SET_REFERENCE: {
- _view.takeCurrentHomePhoto();
+ _view.takeHomePhoto();
CPetControl *pet = getPetControl();
if (pet)
pet->starsSetReference();
More information about the Scummvm-git-logs
mailing list