mirror of
https://github.com/nzp-team/fteqw.git
synced 2025-02-21 11:10:51 +00:00
Ignore svc_cutscene for now. Sorry, but there's no QW equivelent.
git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@352 fc73d0e0-1445-4013-8a0c-d673dee63da5
This commit is contained in:
parent
2883398d69
commit
b0e12ff2ba
1 changed files with 3 additions and 0 deletions
|
@ -309,6 +309,9 @@ void NPP_NQWriteByte(int dest, qbyte data) //replacement write func (nq to qw)
|
|||
protocollen = 2;
|
||||
ignoreprotocol = true;
|
||||
break;
|
||||
case svc_cutscene:
|
||||
ignoreprotocol = true;
|
||||
break;
|
||||
default:
|
||||
Con_Printf("bad protocol %i\n", (int)data);
|
||||
protocollen = sizeof(buffer);
|
||||
|
|
Loading…
Reference in a new issue