mirror of
https://github.com/ZDoom/raze-gles.git
synced 2024-11-11 07:11:39 +00:00
- fixed bad Holoduke check in alterang.
This commit is contained in:
parent
ff9c7bf0bb
commit
66c097b3b8
1 changed files with 1 additions and 1 deletions
|
@ -4973,7 +4973,7 @@ void alterang(int a, int g_i, int g_p)
|
|||
g_sp->ang = WindDir;
|
||||
else if (a & seekplayer)
|
||||
{
|
||||
j = !isRR() && ps[g_p].holoduke_on;
|
||||
j = !isRR()? ps[g_p].holoduke_on : -1;
|
||||
|
||||
// NOTE: looks like 'owner' is set to target sprite ID...
|
||||
|
||||
|
|
Loading…
Reference in a new issue