GameRules: IntermissionEnd() will now unset itself to avoid multiple calls.
This commit is contained in:
parent
92826b3e5a
commit
0acdadefb0
1 changed files with 3 additions and 0 deletions
|
@ -393,6 +393,9 @@ CGameRules::IntermissionEnd(void)
|
|||
return;
|
||||
|
||||
localcmd("nextmap\n");
|
||||
|
||||
m_iIntermission = 0;
|
||||
m_flIntermissionTime = -1;
|
||||
}
|
||||
|
||||
void
|
||||
|
|
Loading…
Reference in a new issue