mirror of
https://github.com/YGGverse/hlsdk-portable.git
synced 2025-02-06 03:54:14 +00:00
fix typo
This commit is contained in:
parent
b43d2ce038
commit
2827b8aa3c
@ -1031,7 +1031,7 @@ void StartFrame( void )
|
|||||||
// if the game is over (time/frag limit) set the respawn time...
|
// if the game is over (time/frag limit) set the respawn time...
|
||||||
respawn_time = 5.0;
|
respawn_time = 5.0;
|
||||||
|
|
||||||
// cout total players
|
// count total players
|
||||||
for( i = 1; i <= gpGlobals->maxClients; i++ )
|
for( i = 1; i <= gpGlobals->maxClients; i++ )
|
||||||
{
|
{
|
||||||
CBasePlayer *pPlayer = (CBasePlayer *)UTIL_PlayerByIndex( i );
|
CBasePlayer *pPlayer = (CBasePlayer *)UTIL_PlayerByIndex( i );
|
||||||
|
Loading…
x
Reference in New Issue
Block a user