Loading

Paste #ptawwmwzh

  1. Index: src/town_gui.cpp
  2. ===================================================================
  3. --- src/town_gui.cpp    (revision 26858)
  4. +++ src/town_gui.cpp    (working copy)
  5. @@ -406,7 +406,7 @@
  6.  
  7.         if (this->town->text != NULL) {
  8.             SetDParamStr(0, this->town->text);
  9. -           DrawStringMultiLine(r.left + WD_FRAMERECT_LEFT, r.right - WD_FRAMERECT_LEFT, y += FONT_HEIGHT_NORMAL, UINT16_MAX, STR_JUST_RAW_STRING, TC_BLACK);
  10. +           DrawStringMultiLine(r.left + WD_FRAMERECT_LEFT, r.right - WD_FRAMERECT_RIGHT, y += FONT_HEIGHT_NORMAL, UINT16_MAX, STR_JUST_RAW_STRING, TC_BLACK);
  11.         }
  12.     }
  13.  
  14. @@ -484,7 +484,7 @@
  15.  
  16.         if (this->town->text != NULL) {
  17.             SetDParamStr(0, this->town->text);
  18. -           aimed_height += GetStringHeight(STR_JUST_RAW_STRING, width);
  19. +           aimed_height += GetStringHeight(STR_JUST_RAW_STRING, width - WD_FRAMERECT_LEFT - WD_FRAMERECT_RIGHT);
  20.         }
  21.  
  22.         return aimed_height;
  23.  

Comments