mirror of
https://github.com/nzp-team/fteqw.git
synced 2024-11-10 22:51:57 +00:00
Small fix.
git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@479 fc73d0e0-1445-4013-8a0c-d673dee63da5
This commit is contained in:
parent
ce8e3dd27f
commit
4805ea3409
1 changed files with 1 additions and 1 deletions
|
@ -412,7 +412,7 @@ void NPP_NQWriteByte(int dest, qbyte data) //replacement write func (nq to qw)
|
||||||
|
|
||||||
case 79:
|
case 79:
|
||||||
protocollen = sizeofcoord*6+sizeof(qbyte)*3;
|
protocollen = sizeofcoord*6+sizeof(qbyte)*3;
|
||||||
multicastpos = 1;
|
multicastpos = 2;
|
||||||
multicasttype=MULTICAST_PHS;
|
multicasttype=MULTICAST_PHS;
|
||||||
break;
|
break;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue