Skip to content

Commit

Permalink
TITANIC: Fix crash going to Embarkation Lobby
Browse files Browse the repository at this point in the history
  • Loading branch information
dreammaster committed Jan 15, 2017
1 parent 0690610 commit 295e6e8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion engines/titanic/npcs/doorbot.cpp
Expand Up @@ -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
Expand Down

0 comments on commit 295e6e8

Please sign in to comment.