mirror of
https://github.com/nzp-team/fteqw.git
synced 2024-11-26 13:50:53 +00:00
broadcast lava splashes. big effects that need proper pvs. gets culled to easily by being underlava.
git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@4263 fc73d0e0-1445-4013-8a0c-d673dee63da5
This commit is contained in:
parent
7c0b4c9ff2
commit
610b2014de
1 changed files with 5 additions and 1 deletions
|
@ -1023,10 +1023,14 @@ void NPP_NQWriteByte(int dest, qbyte data) //replacement write func (nq to qw)
|
|||
multicasttype=MULTICAST_PHS_R;
|
||||
protocollen = destprim->coordsize*3+sizeof(qbyte)*2;
|
||||
break;
|
||||
case TE_LAVASPLASH:
|
||||
multicastpos=2;
|
||||
multicasttype=MULTICAST_ALL;
|
||||
protocollen = destprim->coordsize*3+sizeof(qbyte)*2;
|
||||
break;
|
||||
case TE_TAREXPLOSION:
|
||||
case TE_WIZSPIKE:
|
||||
case TE_KNIGHTSPIKE:
|
||||
case TE_LAVASPLASH:
|
||||
case TE_TELEPORT:
|
||||
multicastpos=2;
|
||||
multicasttype=MULTICAST_PVS;
|
||||
|
|
Loading…
Reference in a new issue