From 457c8548a9fb0d88bb5dd92a2891438f309c5ec2 Mon Sep 17 00:00:00 2001 From: Paul Gilbert Date: Thu, 12 Jan 2017 19:51:09 -0500 Subject: TITANIC: Renaming of CCarry fieldE0 --- engines/titanic/carry/photograph.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'engines/titanic/carry/photograph.cpp') 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; } -- cgit v1.2.3