mirror of
https://github.com/DrBeef/Raze.git
synced 2024-11-30 07:51:59 +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;
|
g_sp->ang = WindDir;
|
||||||
else if (a & seekplayer)
|
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...
|
// NOTE: looks like 'owner' is set to target sprite ID...
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue