mirror of
https://github.com/nzp-team/fteqw.git
synced 2025-01-31 20:50:47 +00:00
svc_setname fix
git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@179 fc73d0e0-1445-4013-8a0c-d673dee63da5
This commit is contained in:
parent
45dfeb3bd3
commit
cbec5d1520
1 changed files with 1 additions and 0 deletions
|
@ -401,6 +401,7 @@ void NPP_NQWriteByte(int dest, qbyte data) //replacement write func (nq to qw)
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
break;
|
break;
|
||||||
|
case svc_setname:
|
||||||
case svc_stufftext:
|
case svc_stufftext:
|
||||||
case svc_centerprint:
|
case svc_centerprint:
|
||||||
break;
|
break;
|
||||||
|
|
Loading…
Reference in a new issue