Skip to content

Commit

Permalink
PEGASUS: Some sub control room interaction fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthew Hoops committed Nov 3, 2011
1 parent 57405ce commit 053e1d6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions engines/pegasus/neighborhood/norad/subcontrolroom.cpp
Expand Up @@ -928,6 +928,7 @@ void SubControlRoom::setControlMonitorToTime(const TimeValue newTime, const int
_subControlMovie.stop();
_subControlMovie.setSegment(0, _subControlMovie.getDuration());
_subControlMovie.setTime(newTime);
_subControlMovie.redrawMovieWorld();
_gameState = newState;
allowInput(shouldAllowInput);
}
Expand Down Expand Up @@ -969,6 +970,7 @@ void SubControlRoom::setClawMonitorToTime(const TimeValue newTime) {
_clawMonitorMovie.stop();
_clawMonitorMovie.setSegment(0, _clawMonitorMovie.getDuration());
_clawMonitorMovie.setTime(newTime);
_clawMonitorMovie.redrawMovieWorld();
}

void SubControlRoom::playClawMonitorSection(const TimeValue in, const TimeValue out, const tNotificationFlags flags,
Expand Down

0 comments on commit 053e1d6

Please sign in to comment.