CON: amend action's viewtype -8 to be more in line with the others.

git-svn-id: https://svn.eduke32.com/eduke32@5337 1a8010ca-5511-0410-912e-c29ae57300e0
This commit is contained in:
helixhorned 2015-08-29 17:43:42 +00:00
parent f7982e11c5
commit 80aa6eca58
1 changed files with 3 additions and 3 deletions

View File

@ -7869,11 +7869,11 @@ PALONLY:
break;
case 8:
case -8:
k = (((s->ang+3072+128-oura)&2047)>>8)&7;
if (l > 0)
t->cstat &= ~4;
k = (((s->ang+3072+128-oura)&2047)>>8)&7;
else
t->cstat |= 4;
k = (((oura+3072+128-s->ang)&2047)>>8)&7;
t->cstat &= ~4;
break;
default:
k = 0;