GameRules: IntermissionEnd() will now unset itself to avoid multiple calls.

This commit is contained in:
Marco Cawthorne 2022-04-29 15:19:31 -07:00
parent 92826b3e5a
commit 0acdadefb0
Signed by: eukara
GPG Key ID: C196CD8BA993248A
1 changed files with 3 additions and 0 deletions

View File

@ -393,6 +393,9 @@ CGameRules::IntermissionEnd(void)
return;
localcmd("nextmap\n");
m_iIntermission = 0;
m_flIntermissionTime = -1;
}
void