oops
git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@4679 fc73d0e0-1445-4013-8a0c-d673dee63da5
This commit is contained in:
parent
2401870b7b
commit
454a87ba55
1 changed files with 1 additions and 1 deletions
|
@ -5381,7 +5381,7 @@ void CL_ParsePortalState(void)
|
||||||
int mode = MSG_ReadByte();
|
int mode = MSG_ReadByte();
|
||||||
int a1, a2;
|
int a1, a2;
|
||||||
|
|
||||||
switch(mode)
|
switch(mode&0xc0)
|
||||||
{
|
{
|
||||||
case 0x80:
|
case 0x80:
|
||||||
if (mode&2)
|
if (mode&2)
|
||||||
|
|
Loading…
Reference in a new issue