[Scummvm-git-logs] scummvm master -> 335bb21afb0c6f66445a6b2a393a4dfceac06c8a

dreammaster dreammaster at scummvm.org
Tue Jun 13 02:57:18 CEST 2017


This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .

Summary:
335bb21afb TITANIC: Fix bots to do more than a single idle sequence


Commit: 335bb21afb0c6f66445a6b2a393a4dfceac06c8a
    https://github.com/scummvm/scummvm/commit/335bb21afb0c6f66445a6b2a393a4dfceac06c8a
Author: Paul Gilbert (dreammaster at scummvm.org)
Date: 2017-06-12T20:57:11-04:00

Commit Message:
TITANIC: Fix bots to do more than a single idle sequence

Changed paths:
    engines/titanic/npcs/true_talk_npc.cpp


diff --git a/engines/titanic/npcs/true_talk_npc.cpp b/engines/titanic/npcs/true_talk_npc.cpp
index f70a2f8..d5619ec 100644
--- a/engines/titanic/npcs/true_talk_npc.cpp
+++ b/engines/titanic/npcs/true_talk_npc.cpp
@@ -186,7 +186,7 @@ bool CTrueTalkNPC::TimerMsg(CTimerMsg *msg) {
 				animMsg.execute(this);
 			}
 
-			_npcFlags &= ~NPCFLAG_IDLING;
+			_npcFlags |= NPCFLAG_IDLING;
 		}
 	}
 





More information about the Scummvm-git-logs mailing list