aboutsummaryrefslogtreecommitdiff
path: root/engines/titanic/carry/long_stick.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/titanic/carry/long_stick.cpp')
-rw-r--r--engines/titanic/carry/long_stick.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/titanic/carry/long_stick.cpp b/engines/titanic/carry/long_stick.cpp
index 16cd69e373..77f888b6d8 100644
--- a/engines/titanic/carry/long_stick.cpp
+++ b/engines/titanic/carry/long_stick.cpp
@@ -60,7 +60,7 @@ bool CLongStick::UseWithOtherMsg(CUseWithOtherMsg *msg) {
}
bool CLongStick::PuzzleSolvedMsg(CPuzzleSolvedMsg *msg) {
- _fieldE0 = 1;
+ _canTake = true;
return true;
}