Merge pull request #4088 from RisingFog/remove_globals_movie

Remove Global Declarations from Movie
This commit is contained in:
Mat M
2016-08-05 10:42:58 -04:00
committed by GitHub
10 changed files with 137 additions and 84 deletions

View File

@ -1294,7 +1294,7 @@ void CFrame::OnStop(wxCommandEvent& WXUNUSED(event))
void CFrame::OnReset(wxCommandEvent& WXUNUSED(event))
{
if (Movie::IsRecordingInput())
Movie::g_bReset = true;
Movie::SetReset(true);
ProcessorInterface::ResetButton_Tap();
}