Address bug #10885.

This actually seems to be a problem in the theme definition, not the
underlying display engine -- the theme defines a fixed-sized report
area that assumes position numbers will always be at most two digits.
We can live with not fixing it, as none of the mainline maps are
anywhere near large enough to trigger this minor glitch.
This commit is contained in:
Eric S. Raymond 2008-01-30 18:37:05 +00:00
parent 76558d9b82
commit efbcb03bd6

View file

@ -344,6 +344,9 @@
{COUNTDOWN_THEME_STATUS {DEFAULT_FONT_SMALL}}
# The size of these rectangles only accommodates hex coordinates
# up to 99. If either is over that maximum the movement cost will
# be pushed off the right end.
[terrain]
id=status-terrain
font_size={DEFAULT_FONT_SMALL}