Remove Global Declarations from Movie

This commit is contained in:
Chris Burgener
2016-08-04 12:54:45 -04:00
parent e98875949c
commit 222c4ba077
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();
}