mirror of
https://github.com/ZDoom/raze-gles.git
synced 2024-11-10 14:52:01 +00:00
DUKE -> !RR
This commit is contained in:
parent
eafeb27996
commit
7b02bcbb3f
1 changed files with 1 additions and 1 deletions
|
@ -1303,7 +1303,7 @@ GAMEEXEC_STATIC void VM_Execute(native_t loop)
|
|||
// select sprite for monster to target
|
||||
// if holoduke is on, let them target holoduke first.
|
||||
//
|
||||
if (DUKE && pPlayer->holoduke_on >= 0)
|
||||
if (!RR && pPlayer->holoduke_on >= 0)
|
||||
{
|
||||
pSprite = (uspritetype *)&sprite[pPlayer->holoduke_on];
|
||||
tw = cansee(vm.pSprite->x, vm.pSprite->y, vm.pSprite->z - (krand2() & (ZOFFSET5 - 1)), vm.pSprite->sectnum, pSprite->x, pSprite->y,
|
||||
|
|
Loading…
Reference in a new issue