Movie/Frame: Amend variable naming

Amends variable naming related to translation unit locals and TAS input
dialogs that were modified in the previous commit.
This commit is contained in:
Lioncash
2017-04-02 02:34:38 -04:00
parent 7f0203a5b0
commit 678905764a
4 changed files with 19 additions and 18 deletions

View File

@ -137,7 +137,7 @@ private:
CLogWindow* m_LogWindow = nullptr;
LogConfigWindow* m_LogConfigWindow = nullptr;
FifoPlayerDlg* m_FifoPlayerDlg = nullptr;
TASInputDlg* g_TASInputDlg[8];
TASInputDlg* m_tas_input_dialogs[8];
bool UseDebugger = false;
bool m_bBatchMode = false;
bool m_bEdit = false;