aboutsummaryrefslogtreecommitdiff
path: root/engines/titanic/game/sweet_bowl.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/titanic/game/sweet_bowl.cpp')
-rw-r--r--engines/titanic/game/sweet_bowl.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/titanic/game/sweet_bowl.cpp b/engines/titanic/game/sweet_bowl.cpp
index d0a2525bc4..29d8044a85 100644
--- a/engines/titanic/game/sweet_bowl.cpp
+++ b/engines/titanic/game/sweet_bowl.cpp
@@ -60,7 +60,7 @@ bool CSweetBowl::ActMsg(CActMsg *msg) {
}
petDisplayMessage(isEquals("BowlNutsRustler") ?
- "A bowl of pistachio nuts." : "Not a bowl of pistachio nuts.");
+ BOWL_OF_NUTS : NOT_A_BOWL_OF_NUTS);
return true;
}