From 80aa6eca588346a5da61ec689b1c9e5bc358fa74 Mon Sep 17 00:00:00 2001 From: helixhorned Date: Sat, 29 Aug 2015 17:43:42 +0000 Subject: [PATCH] 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 --- polymer/eduke32/source/game.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/polymer/eduke32/source/game.c b/polymer/eduke32/source/game.c index c9be00368..699c1f74b 100644 --- a/polymer/eduke32/source/game.c +++ b/polymer/eduke32/source/game.c @@ -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;