[Scummvm-git-logs] scummvm master -> e84c164bde6ebf45ff4e84089e4d0c25bb03d8b6

dreammaster dreammaster at scummvm.org
Fri Aug 11 02:28: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:
e84c164bde TITANIC: Keep Deskbot talking for entire length of 2nd class upgrade


Commit: e84c164bde6ebf45ff4e84089e4d0c25bb03d8b6
    https://github.com/scummvm/scummvm/commit/e84c164bde6ebf45ff4e84089e4d0c25bb03d8b6
Author: Paul Gilbert (dreammaster at scummvm.org)
Date: 2017-08-10T20:28:12-04:00

Commit Message:
TITANIC: Keep Deskbot talking for entire length of 2nd class upgrade

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


diff --git a/engines/titanic/npcs/deskbot.cpp b/engines/titanic/npcs/deskbot.cpp
index dd3c972..27bea6f 100644
--- a/engines/titanic/npcs/deskbot.cpp
+++ b/engines/titanic/npcs/deskbot.cpp
@@ -123,7 +123,6 @@ bool CDeskbot::MovieEndMsg(CMovieEndMsg *msg) {
 		}
 
 		_npcFlags &= ~NPCFLAG_MOVING;
-		flag = true;
 	}
 
 	if (_npcFlags & NPCFLAG_MOVE_LOOP) {





More information about the Scummvm-git-logs mailing list