aboutsummaryrefslogtreecommitdiff
path: root/engines/titanic/game/parrot/parrot_nut_eater.cpp
diff options
context:
space:
mode:
authorPaul Gilbert2017-06-24 14:35:53 -0400
committerPaul Gilbert2017-06-24 14:35:53 -0400
commitdeed6349196fa3c9696a017c41af1e3341a93560 (patch)
tree8d47bd2028d83ba46d5c31aa1ad3d5b2e560b32d /engines/titanic/game/parrot/parrot_nut_eater.cpp
parentfb4b144469bb08297f9f40d2e17aa7132474c24e (diff)
downloadscummvm-rg350-deed6349196fa3c9696a017c41af1e3341a93560.tar.gz
scummvm-rg350-deed6349196fa3c9696a017c41af1e3341a93560.tar.bz2
scummvm-rg350-deed6349196fa3c9696a017c41af1e3341a93560.zip
TITANIC: Renamings for nut bowl messages
Diffstat (limited to 'engines/titanic/game/parrot/parrot_nut_eater.cpp')
-rw-r--r--engines/titanic/game/parrot/parrot_nut_eater.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/titanic/game/parrot/parrot_nut_eater.cpp b/engines/titanic/game/parrot/parrot_nut_eater.cpp
index 7196d76ccb..3068d54388 100644
--- a/engines/titanic/game/parrot/parrot_nut_eater.cpp
+++ b/engines/titanic/game/parrot/parrot_nut_eater.cpp
@@ -65,7 +65,7 @@ bool CParrotNutEater::ReplaceBowlAndNutsMsg(CReplaceBowlAndNutsMsg *msg) {
}
bool CParrotNutEater::NutPuzzleMsg(CNutPuzzleMsg *msg) {
- if (msg->_value == "Jiggle") {
+ if (msg->_action == "Jiggle") {
setVisible(true);
playMovie(MOVIE_NOTIFY_OBJECT | MOVIE_WAIT_FOR_FINISH);
movieEvent(68);