Merge pull request #1 from zkf/overlay-position

Right-align happiness monitor overlay.
develop
Anuradha Dissanayake 2013-03-29 20:59:54 -07:00
commit 2027416997
1 changed files with 1 additions and 1 deletions

@ -1143,7 +1143,7 @@ struct dwarf_monitor_hook : public df::viewscreen_dwarfmodest
if (monitor_misery && Maps::IsValid()) if (monitor_misery && Maps::IsValid())
{ {
int x = 1; int x = gps->dimx - 22;
int y = gps->dimy - 1; int y = gps->dimy - 1;
OutputString(COLOR_WHITE, x, y, "H:"); OutputString(COLOR_WHITE, x, y, "H:");
OutputString(COLOR_LIGHTRED, x, y, int_to_string(misery[0])); OutputString(COLOR_LIGHTRED, x, y, int_to_string(misery[0]));