Skip to content

Commit

Permalink
PINK: fixes crash on loading final scene of Passport to Peril(not tes…
Browse files Browse the repository at this point in the history
…ted)
  • Loading branch information
voltya authored and sev- committed Jun 28, 2018
1 parent e11bc29 commit a7ad5fe
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion engines/pink/objects/sequences/sequence_item.cpp
Expand Up @@ -53,7 +53,6 @@ bool SequenceItem::execute(int index, Sequence *sequence, bool unk2) {
Action *action;
if (!(actor = sequence->_sequencer->_page->findActor(_actor)) ||
!(action = actor->findAction(_action))) {
assert(0);
return false;
}

Expand Down

0 comments on commit a7ad5fe

Please sign in to comment.