Rename RunSpectacle to RunSpectator

This commit is contained in:
oldmud0 2016-02-14 18:50:02 -06:00
parent b551bf047e
commit 4068fa32cc
2 changed files with 3 additions and 3 deletions

View file

@ -2233,7 +2233,7 @@ void MainForm::RunGame(Object^ obj)
AllowWatch = false;
InputFrame = 0;
SpectacleThread = gcnew Thread(gcnew ThreadStart(this, &MainForm::RunSpectacle));
SpectacleThread = gcnew Thread(gcnew ThreadStart(this, &MainForm::RunSpectator));
SpectacleThread->Start();
}
@ -3145,7 +3145,7 @@ void MainForm::RunVersus()
}
}
void MainForm::RunSpectacle()
void MainForm::RunSpectator()
{
int i, d;
UINT32 frame = 0, s_frame;

View file

@ -1014,7 +1014,7 @@ private: System::Windows::Forms::ContextMenu^ contextMenuStrip2;
void RunSonar();
void RunGame(Object^ obj);
void RunVersus();
void RunSpectacle();
void RunSpectator();
UINT16 LocalInput(UINT16 eax);
UINT16 RemoteInput();
UINT16 ReadReplayData(BinaryReader^ br, REPLAY_INFO& ri);