aboutsummaryrefslogtreecommitdiff
path: root/engines/titanic/game
diff options
context:
space:
mode:
authorPaul Gilbert2017-08-17 07:56:23 -0400
committerPaul Gilbert2017-08-17 07:56:23 -0400
commit7b0db9e1ec5bb4769bd6ba2f850f618a1ed2a673 (patch)
treeb3c9f2090cd4ec158b9b9700ee075bcb1fe75b9c /engines/titanic/game
parentae8f6397ebde77c5469735227d5d303a9d3f170d (diff)
downloadscummvm-rg350-7b0db9e1ec5bb4769bd6ba2f850f618a1ed2a673.tar.gz
scummvm-rg350-7b0db9e1ec5bb4769bd6ba2f850f618a1ed2a673.tar.bz2
scummvm-rg350-7b0db9e1ec5bb4769bd6ba2f850f618a1ed2a673.zip
TITANIC: Fix taking hose from Frozen Broken Pellerator
Diffstat (limited to 'engines/titanic/game')
-rw-r--r--engines/titanic/game/broken_pellerator_froz.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/engines/titanic/game/broken_pellerator_froz.cpp b/engines/titanic/game/broken_pellerator_froz.cpp
index 50aaa25f45..c4439aad43 100644
--- a/engines/titanic/game/broken_pellerator_froz.cpp
+++ b/engines/titanic/game/broken_pellerator_froz.cpp
@@ -81,6 +81,7 @@ bool CBrokenPelleratorFroz::LeaveViewMsg(CLeaveViewMsg *msg) {
bool CBrokenPelleratorFroz::ActMsg(CActMsg *msg) {
if (msg->_action == "PlayerGetsHose") {
_gottenHose = true;
+ loadFrame(29);
CStatusChangeMsg statusMsg;
statusMsg._newStatus = 0;
statusMsg.execute("FPickUpHose");