Skip to content

Commit

Permalink
raise "Ouch Face" priority
Browse files Browse the repository at this point in the history
Fixes #371, thanks @BCG2000 and @JNechaevsky
  • Loading branch information
fabiangreffrath committed Jan 6, 2019
1 parent 498dc7f commit 3def687
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/doom/st_stuff.c
Original file line number Diff line number Diff line change
Expand Up @@ -1269,6 +1269,8 @@ void ST_updateFaceWidget(void)
// [crispy] show "Ouch Face" as intended
if (st_oldhealth - plyr->health > ST_MUCHPAIN)
{
// [crispy] raise "Ouch Face" priority
priority = 8;
st_facecount = ST_TURNCOUNT;
faceindex = ST_OUCHOFFSET;
}
Expand Down

0 comments on commit 3def687

Please sign in to comment.