Skip to content

Commit

Permalink
PEGASUS: Reset the callback trigger in disposeCallBack()
Browse files Browse the repository at this point in the history
Fixes the occasional "loop" when finishing the space chase. Thanks to blitter for actually being able to trigger and debug the damned problem
  • Loading branch information
Matthew Hoops committed Nov 25, 2013
1 parent c26ed65 commit bb2b1c8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions engines/pegasus/timers.cpp
Expand Up @@ -333,6 +333,7 @@ void TimeBaseCallBack::releaseCallBack() {

void TimeBaseCallBack::disposeCallBack() {
_timeBase = 0;
_trigger = kTriggerNone;
_hasBeenTriggered = false;
}

Expand Down

0 comments on commit bb2b1c8

Please sign in to comment.