mirror of
https://github.com/ZDoom/raze-gles.git
synced 2024-11-10 23:02:03 +00:00
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:
parent
f7982e11c5
commit
80aa6eca58
1 changed files with 3 additions and 3 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue