mirror of
https://github.com/ZDoom/raze-gles.git
synced 2025-02-03 04:10:57 +00:00
Oof, really silly typo
This commit is contained in:
parent
93fde9ba43
commit
ac8d31e39f
1 changed files with 1 additions and 1 deletions
|
@ -3237,7 +3237,7 @@ void actKillDude(int nKillerSprite, spritetype *pSprite, DAMAGE_TYPE damageType,
|
||||||
{
|
{
|
||||||
if (IsPlayerSprite(pKillerSprite))
|
if (IsPlayerSprite(pKillerSprite))
|
||||||
{
|
{
|
||||||
PLAYER *pPlayer = &gPlayer[pKillerSprite->index-kDudePlayer1];
|
PLAYER *pPlayer = &gPlayer[pKillerSprite->type-kDudePlayer1];
|
||||||
if (gGameOptions.nGameType == 1)
|
if (gGameOptions.nGameType == 1)
|
||||||
pPlayer->at2c6++;
|
pPlayer->at2c6++;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue