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:
parent
76558d9b82
commit
efbcb03bd6
1 changed files with 3 additions and 0 deletions
|
@ -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}
|
||||
|
|
Loading…
Add table
Reference in a new issue