diff options
Diffstat (limited to 'engines/titanic')
-rw-r--r-- | engines/titanic/npcs/doorbot.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/titanic/npcs/doorbot.cpp b/engines/titanic/npcs/doorbot.cpp index a985c80207..e5f18f6a0d 100644 --- a/engines/titanic/npcs/doorbot.cpp +++ b/engines/titanic/npcs/doorbot.cpp @@ -121,7 +121,7 @@ bool CDoorbot::MovieEndMsg(CMovieEndMsg *msg) { _npcFlags = (_npcFlags & ~NPCFLAG_8) | NPCFLAG_4; endTalking(this, false); startTalking(this, 221474); - _npcFlags &= ~NPCFLAG_8000000; + _npcFlags |= NPCFLAG_8000000; _field108 = 0; } else if (clipExistsByEnd("Cloak On", msg->_endFrame)) { petShow(); |