mirror of
https://github.com/ZDoom/raze-gles.git
synced 2025-02-05 13:20:56 +00:00
Rednukem: Remove redundant comment and fix formatting
# Conflicts: # source/rr/src/gameexec.cpp
This commit is contained in:
parent
b7294e45a1
commit
4d7b37ca1a
1 changed files with 1 additions and 7 deletions
|
@ -1916,14 +1916,8 @@ GAMEEXEC_STATIC void VM_Execute(native_t loop)
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
insptr++;
|
insptr++;
|
||||||
if (RR)
|
if (!RR || ((g_spriteExtra[vm.spriteNum] < 1 || g_spriteExtra[vm.spriteNum] == 128) && A_CheckSpriteFlags(vm.spriteNum, SFLAG_KILLCOUNT)))
|
||||||
{
|
|
||||||
// This check does not exist in Duke Nukem.
|
|
||||||
if ((g_spriteExtra[vm.spriteNum] < 1 || g_spriteExtra[vm.spriteNum] == 128)
|
|
||||||
&& (!RR || A_CheckSpriteFlags(vm.spriteNum, SFLAG_KILLCOUNT)))
|
|
||||||
P_AddKills(pPlayer, *insptr);
|
P_AddKills(pPlayer, *insptr);
|
||||||
}
|
|
||||||
else P_AddKills(pPlayer, *insptr);
|
|
||||||
insptr++;
|
insptr++;
|
||||||
vm.pActor->actorstayput = -1;
|
vm.pActor->actorstayput = -1;
|
||||||
continue;
|
continue;
|
||||||
|
|
Loading…
Reference in a new issue