aboutsummaryrefslogtreecommitdiff
path: root/engines/titanic/carry/crushed_tv.cpp
diff options
context:
space:
mode:
authorPaul Gilbert2017-01-12 19:51:09 -0500
committerPaul Gilbert2017-01-12 19:51:09 -0500
commit457c8548a9fb0d88bb5dd92a2891438f309c5ec2 (patch)
treec92632e81bc84bd38ca00e1fefbc5ef5b835181d /engines/titanic/carry/crushed_tv.cpp
parent042f5cc2cad6206e47a77a6164185de11b18b10f (diff)
downloadscummvm-rg350-457c8548a9fb0d88bb5dd92a2891438f309c5ec2.tar.gz
scummvm-rg350-457c8548a9fb0d88bb5dd92a2891438f309c5ec2.tar.bz2
scummvm-rg350-457c8548a9fb0d88bb5dd92a2891438f309c5ec2.zip
TITANIC: Renaming of CCarry fieldE0
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;