Revert "cleaning up the code. part 0.1"
This reverts commit 0c8a246c48.
This commit is contained in:
parent
0c8a246c48
commit
fe572b3dc9
7 changed files with 74 additions and 109 deletions
|
|
@ -947,8 +947,8 @@ void Engine::ProcessMessageCapture (void *ptr)
|
|||
{
|
||||
g_roundEnded = true;
|
||||
|
||||
if (strcmp (strVal, "#Game_Commencing") == 0)
|
||||
SA (WelcomeMessage).SetGameCommenceFlag (true);
|
||||
if (FStrEq (strVal, "#Game_Commencing"))
|
||||
g_isCommencing = true;
|
||||
|
||||
if (FStrEq (strVal, "#CTs_Win"))
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue