From 900364109597f02413e2f7a59e9b4e6cc9fdf97f Mon Sep 17 00:00:00 2001 From: rubidium Date: Sat, 21 Mar 2009 22:00:00 +0000 Subject: (svn r15790) -Codechange: remove the *Centered part of the old text drawing API. --- src/company_gui.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/company_gui.cpp') diff --git a/src/company_gui.cpp b/src/company_gui.cpp index 1d7187be9..3703e2b1f 100644 --- a/src/company_gui.cpp +++ b/src/company_gui.cpp @@ -92,7 +92,7 @@ static void DrawCompanyEconomyStats(const Company *c, bool small) if (!small) { // normal sized economics window /* draw categories */ - DrawStringCenterUnderline(61, 15, STR_700F_EXPENDITURE_INCOME, TC_FROMSTRING); + DrawString(0, 122, 15, STR_700F_EXPENDITURE_INCOME, TC_FROMSTRING, SA_CENTER, true); y = 27; for (i = 0; i < _expenses_list_types[type].length; i++) { @@ -832,8 +832,8 @@ class SelectCompanyManagerFaceWindow : public Window } /* Draw the value/bool in white (0xC). If the button clicked adds 1px to x and y text coordinates (IsWindowWidgetLowered()). */ - DrawStringCentered(this->widget[widget_index].left + (this->widget[widget_index].right - this->widget[widget_index].left) / 2 + - this->IsWidgetLowered(widget_index), this->widget[widget_index].top + 1 + this->IsWidgetLowered(widget_index), str, TC_WHITE); + DrawString(this->widget[widget_index].left + this->IsWidgetLowered(widget_index), this->widget[widget_index].right - this->IsWidgetLowered(widget_index), + this->widget[widget_index].top + 1 + this->IsWidgetLowered(widget_index), str, TC_WHITE, SA_CENTER); } } -- cgit v1.2.3-70-g09d2