aboutsummaryrefslogtreecommitdiff
path: root/engines/titanic/carry/crushed_tv.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/titanic/carry/crushed_tv.cpp')
-rw-r--r--engines/titanic/carry/crushed_tv.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/titanic/carry/crushed_tv.cpp b/engines/titanic/carry/crushed_tv.cpp
index 486537d28e..17d9bab9f1 100644
--- a/engines/titanic/carry/crushed_tv.cpp
+++ b/engines/titanic/carry/crushed_tv.cpp
@@ -47,7 +47,7 @@ void CCrushedTV::load(SimpleFile *file) {
bool CCrushedTV::ActMsg(CActMsg *msg) {
if (msg->_action == "SmashTV") {
setVisible(true);
- _fieldE0 = 1;
+ _canTake = true;
}
return true;