[Scummvm-git-logs] scummvm master -> 295e6e82952d2f18bddcd4695a2d292bfde89b13

dreammaster dreammaster at scummvm.org
Sun Jan 15 02:20:34 CET 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:
295e6e8295 TITANIC: Fix crash going to Embarkation Lobby


Commit: 295e6e82952d2f18bddcd4695a2d292bfde89b13
    https://github.com/scummvm/scummvm/commit/295e6e82952d2f18bddcd4695a2d292bfde89b13
Author: Paul Gilbert (dreammaster at scummvm.org)
Date: 2017-01-14T20:20:25-05:00

Commit Message:
TITANIC: Fix crash going to Embarkation Lobby

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


diff --git a/engines/titanic/npcs/doorbot.cpp b/engines/titanic/npcs/doorbot.cpp
index ebab650..ae59497 100644
--- a/engines/titanic/npcs/doorbot.cpp
+++ b/engines/titanic/npcs/doorbot.cpp
@@ -334,7 +334,8 @@ bool CDoorbot::NPCPlayTalkingAnimationMsg(CNPCPlayTalkingAnimationMsg *msg) {
 		"Touch chin", "Cross hands in front", nullptr
 	};
 	static const char *const NAMES2[] = {
-		"SE Talking 1", "SE Talking 2", "SE Talking 3", "SE Talking 4"
+		"SE Talking 1", "SE Talking 2", "SE Talking 3", "SE Talking 4",
+		nullptr
 	};
 	static const char *const NAMES3[] = {
 		"SE Ask For Help", nullptr





More information about the Scummvm-git-logs mailing list