Skip to content

Commit

Permalink
TITANIC: Fix bots to do more than a single idle sequence
Browse files Browse the repository at this point in the history
  • Loading branch information
dreammaster committed Jun 13, 2017
1 parent 649f51a commit 335bb21
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion engines/titanic/npcs/true_talk_npc.cpp
Expand Up @@ -186,7 +186,7 @@ bool CTrueTalkNPC::TimerMsg(CTimerMsg *msg) {
animMsg.execute(this);
}

_npcFlags &= ~NPCFLAG_IDLING;
_npcFlags |= NPCFLAG_IDLING;
}
}

Expand Down

0 comments on commit 335bb21

Please sign in to comment.