mirror of
https://github.com/ReactionQuake3/reaction.git
synced 2025-02-20 19:02:08 +00:00
Small change mostly to test svn commits
This commit is contained in:
parent
6a68087700
commit
7afb765ff7
1 changed files with 1 additions and 1 deletions
|
@ -1017,7 +1017,7 @@ void SpawnPlayers()
|
|||
client->sess.teamSpawn = qfalse;
|
||||
}
|
||||
// JBravo: lets make those pesky subs follow live players.
|
||||
if (g_RQ3_limchasecam.integer != 0 && g_RQ3_matchmode.integer ) {
|
||||
if (g_RQ3_limchasecam.integer != 0 && g_RQ3_matchmode.integer) {
|
||||
for (i = 0; i < level.maxclients; i++) {
|
||||
player = &g_entities[i];
|
||||
if (!player->inuse || !player->client)
|
||||
|
|
Loading…
Reference in a new issue