Told the server how to send TE_TEI_BIGEXPLOSION, for nexuiz.
git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@2387 fc73d0e0-1445-4013-8a0c-d673dee63da5
This commit is contained in:
parent
3bda76ade3
commit
17947e96c4
1 changed files with 7 additions and 0 deletions
|
@ -446,6 +446,12 @@ void NPP_NQWriteByte(int dest, qbyte data) //replacement write func (nq to qw)
|
|||
multicasttype=MULTICAST_PHS;
|
||||
break;
|
||||
|
||||
case DPTE_TEI_BIGEXPLOSION:
|
||||
protocollen = sizeofcoord*3+sizeof(qbyte)*2;
|
||||
multicastpos = 2;
|
||||
multicasttype=MULTICAST_PHS;
|
||||
break;
|
||||
|
||||
case DPTE_TEI_PLASMAHIT:
|
||||
protocollen = sizeofcoord*6+sizeof(qbyte)*3;
|
||||
multicastpos = 2;
|
||||
|
@ -455,6 +461,7 @@ void NPP_NQWriteByte(int dest, qbyte data) //replacement write func (nq to qw)
|
|||
default:
|
||||
protocollen = sizeof(buffer);
|
||||
Con_Printf("NQWriteByte: bad tempentity\n");
|
||||
PR_StackTrace(svprogfuncs);
|
||||
break;
|
||||
}
|
||||
break;
|
||||
|
|
Loading…
Reference in a new issue