mirror of
https://github.com/ZDoom/gzdoom.git
synced 2024-11-10 14:51:40 +00:00
- fixed the item stats positioning on the automap.
This commit is contained in:
parent
66b5c26352
commit
5cb5d26bf8
1 changed files with 1 additions and 1 deletions
|
@ -769,7 +769,7 @@ class BaseStatusBar native ui
|
|||
// Draw item count
|
||||
if (am_showitems)
|
||||
{
|
||||
DrawString(mSmallFont, String.Format("%s\34%c %d/%d", Stringtable.Localize("$AM_ITEMS"), crdefault+65, level.found_items, level.total_items), (1, y), 0, highlight);
|
||||
DrawString(mSmallFont, String.Format("%s\34%c %d/%d", Stringtable.Localize("$AM_ITEMS"), crdefault+65, level.found_items, level.total_items), (texdist, y), 0, highlight);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue