aboutsummaryrefslogtreecommitdiff
path: root/engines/titanic/game/ear_sweet_bowl.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/titanic/game/ear_sweet_bowl.cpp')
-rw-r--r--engines/titanic/game/ear_sweet_bowl.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/titanic/game/ear_sweet_bowl.cpp b/engines/titanic/game/ear_sweet_bowl.cpp
index 646b95f0b4..5c41ba4dfe 100644
--- a/engines/titanic/game/ear_sweet_bowl.cpp
+++ b/engines/titanic/game/ear_sweet_bowl.cpp
@@ -53,7 +53,7 @@ bool CEarSweetBowl::MovieEndMsg(CMovieEndMsg *msg) {
CIsParrotPresentMsg parrotMsg;
parrotMsg.execute(findRoom());
- if (parrotMsg._value) {
+ if (parrotMsg._isPresent) {
CNutPuzzleMsg nutMsg("Jiggle");
nutMsg.execute("NutsParrotPlayer");
}