Skip to content

Commit

Permalink
Fixed (Doom): Statusbar face displayed one pixel too far right.
Browse files Browse the repository at this point in the history
  • Loading branch information
danij-deng committed Nov 18, 2009
1 parent bebb987 commit b433b82
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doomsday/plugins/jdoom/src/st_stuff.c
Expand Up @@ -83,7 +83,7 @@
#define ST_GODFACE (ST_NUMPAINFACES*ST_FACESTRIDE)
#define ST_DEADFACE (ST_GODFACE+1)

#define ST_FACESX (144)
#define ST_FACESX (143)
#define ST_FACESY (168)

#define ST_EVILGRINCOUNT (2*TICRATE)
Expand Down

0 comments on commit b433b82

Please sign in to comment.