aboutsummaryrefslogtreecommitdiff
path: root/engines/titanic/carry/photograph.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/titanic/carry/photograph.cpp')
-rw-r--r--engines/titanic/carry/photograph.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/titanic/carry/photograph.cpp b/engines/titanic/carry/photograph.cpp
index 039efd0252..76487cae12 100644
--- a/engines/titanic/carry/photograph.cpp
+++ b/engines/titanic/carry/photograph.cpp
@@ -93,7 +93,7 @@ bool CPhotograph::PETGainedObjectMsg(CPETGainedObjectMsg *msg) {
bool CPhotograph::ActMsg(CActMsg *msg) {
if (msg->_action == "BecomeGettable") {
- _fieldE0 = 1;
+ _canTake = true;
_cursorId = CURSOR_HAND;
}