mirror of
https://github.com/ZDoom/gzdoom.git
synced 2024-11-10 23:01:50 +00:00
- Fixed: Hexen's frag counter was not placed correctly.
SVN r3006 (trunk)
This commit is contained in:
parent
a00730c160
commit
ae6ad394d1
1 changed files with 1 additions and 1 deletions
|
@ -59,7 +59,7 @@ statusbar Normal
|
|||
gamemode deathmatch, teamgame
|
||||
{
|
||||
drawimage "KILLS", 38, 163;
|
||||
drawnumber 3, HUDFONT_RAVEN, untranslated, frags, 58, 163, 1;
|
||||
drawnumber 3, HUDFONT_RAVEN, untranslated, frags, 65, 176, 1;
|
||||
}
|
||||
else
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue