Revert "cleaning up the code. part 0.1"

This reverts commit 0c8a246c48.
This commit is contained in:
jeefo 2016-08-27 23:39:20 +03:00
commit fe572b3dc9
7 changed files with 74 additions and 109 deletions

View file

@ -2183,7 +2183,7 @@ void StartFrame (void)
if (g_waypointOn)
waypoints.Think ();
SA (WelcomeMessage).VerifyMessageSent ();
CheckWelcomeMessage ();
}
bots.SetDeathMsgState (false);
@ -2317,9 +2317,6 @@ void pfnChangeLevel (char *s1, char *s2)
waypoints.SaveExperienceTab ();
waypoints.SaveVisibilityTab ();
// reset welcome message strate
SA (WelcomeMessage).SetGameCommenceFlag (false);
if (g_gameFlags & GAME_METAMOD)
RETURN_META (MRES_IGNORED);