TITANIC: Fix showing movie clip of BellBot arriving

This commit is contained in:
Paul Gilbert 2016-11-06 21:24:42 -05:00
parent 11f9af68c9
commit 0c7c72b750
2 changed files with 1 additions and 2 deletions

View File

@ -35,7 +35,6 @@ bool CGameStateMovieList::clear() {
++i;
} else {
i = erase(i);
delete movieItem;
}
}

View File

@ -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)