Force clean state

This commit is contained in:
mittorn 2018-10-25 04:59:00 +07:00
parent b55f4aeeb0
commit 7773bbef07
1 changed files with 1 additions and 0 deletions

View File

@ -401,6 +401,7 @@ void COOP_SetupLandmarkTransition( const char *szNextMap, const char *szNextSpot
void COOP_ServerActivate( void )
{
memset( &g_CoopState, 0, sizeof( g_CoopState ) );
COOP_MarkTriggers();
if( !COOP_ProcessTransition() )
{