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:
Marco Cawthorne 2019-01-06 22:01:11 +01:00
parent 76c34de632
commit d4fc1b8ca1

View file

@ -90,7 +90,7 @@ void ambient_generic::Respawn(void)
}
if (m_iLoop) {
pvsflags = PVSF_IGNOREPVS;
pvsflags = PVSF_USEPHS;
Trigger = UseLoop;
SendEntity = Network;
SendFlags = 1;