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:
Spoike 2004-10-18 10:51:40 +00:00
parent 2883398d69
commit b0e12ff2ba
1 changed files with 3 additions and 0 deletions

View File

@ -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);