Skip to content

Commit

Permalink
TITANIC: Fix showing movie clip of BellBot arriving
Browse files Browse the repository at this point in the history
  • Loading branch information
dreammaster committed Nov 7, 2016
1 parent 11f9af6 commit 0c7c72b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion engines/titanic/game_state.cpp
Expand Up @@ -35,7 +35,6 @@ bool CGameStateMovieList::clear() {
++i;
} else {
i = erase(i);
delete movieItem;
}
}

Expand Down
2 changes: 1 addition & 1 deletion engines/titanic/npcs/bellbot.cpp
Expand Up @@ -79,7 +79,7 @@ bool CBellBot::OnSummonBotMsg(COnSummonBotMsg *msg) {
for (idx = 0; idx < 8; ++idx) {
if (compareRoomNameTo(ROOM_WAVES[idx][0])) {
playSound(ROOM_WAVES[idx][1]);

break;
}
}
if (idx == 8)
Expand Down

0 comments on commit 0c7c72b

Please sign in to comment.