- fixed the item stats positioning on the automap.

This commit is contained in:
Christoph Oelckers 2017-04-21 10:44:02 +02:00
parent 66b5c26352
commit 5cb5d26bf8

View file

@ -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);
}
}