mirror of
https://github.com/oldmud0/LilithPort.git
synced 2024-11-21 14:16:16 +01:00
Rename RunSpectacle to RunSpectator
This commit is contained in:
parent
b551bf047e
commit
4068fa32cc
2 changed files with 3 additions and 3 deletions
|
@ -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;
|
||||
|
|
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue