mirror of
https://github.com/yquake2/yquake2remaster.git
synced 2025-01-22 01:01:18 +00:00
Send the player entity to the server when in intermission.
I don't think that this has any visible effect, but it's saver than assume that in multiplayer all clients enter the intermission at the same time. This was reported by maraakate in yquake2 issue #160.
This commit is contained in:
parent
2b317075c7
commit
971bca9914
1 changed files with 2 additions and 0 deletions
|
@ -66,6 +66,8 @@ MoveClientToIntermission(edict_t *ent)
|
|||
ent->s.sound = 0;
|
||||
ent->solid = SOLID_NOT;
|
||||
|
||||
gi.linkentity(ent);
|
||||
|
||||
/* add the layout */
|
||||
if (deathmatch->value || coop->value)
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue