ambient_generic: Made it so that the PHS controls the networking, rather than just ignoring PVS/PHS altogether. This will increase performance.
This commit is contained in:
parent
76c34de632
commit
d4fc1b8ca1
1 changed files with 1 additions and 1 deletions
|
@ -90,7 +90,7 @@ void ambient_generic::Respawn(void)
|
|||
}
|
||||
|
||||
if (m_iLoop) {
|
||||
pvsflags = PVSF_IGNOREPVS;
|
||||
pvsflags = PVSF_USEPHS;
|
||||
Trigger = UseLoop;
|
||||
SendEntity = Network;
|
||||
SendFlags = 1;
|
||||
|
|
Loading…
Reference in a new issue