mirror of
https://github.com/ZDoom/qzdoom.git
synced 2024-11-24 13:01:47 +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
|
gamemode deathmatch, teamgame
|
||||||
{
|
{
|
||||||
drawimage "KILLS", 38, 163;
|
drawimage "KILLS", 38, 163;
|
||||||
drawnumber 3, HUDFONT_RAVEN, untranslated, frags, 58, 163, 1;
|
drawnumber 3, HUDFONT_RAVEN, untranslated, frags, 65, 176, 1;
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue