mirror of
https://github.com/s1lentq/ReGameDLL_CS.git
synced 2025-02-05 10:10:30 +03:00
Fixes #184
This commit is contained in:
parent
168838cd2a
commit
b7208e9fbc
@ -2523,6 +2523,9 @@ bool CHalfLifeMultiplay::CheckGameOver()
|
||||
if (m_flIntermissionEndTime < gpGlobals->time && !IsCareer())
|
||||
{
|
||||
if (!UTIL_HumansInGame() // if only bots, just change immediately
|
||||
#ifdef REGAMEDLL_FIXES
|
||||
|| IsMultiplayer()
|
||||
#endif
|
||||
|| m_iEndIntermissionButtonHit // check that someone has pressed a key, or the max intermission time is over
|
||||
|| ((m_flIntermissionStartTime + MAX_INTERMISSION_TIME) < gpGlobals->time))
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user