1
0
mirror of https://github.com/OpenTTD/OpenTTD.git synced 2025-08-30 18:09:09 +00:00

(svn r15784) -Fix (r15779): TextAlignment and TA_* already exist on windows

This commit is contained in:
glx
2009-03-21 20:06:00 +00:00
parent 93fe44a3c5
commit 9fcff01850
8 changed files with 35 additions and 35 deletions

View File

@@ -478,7 +478,7 @@ void Window::DrawWidgets() const
GfxFillRect(r.left + 2, r.top + 2, r.right - 2, r.bottom - 2, _colour_gradient[_company_colours[this->owner]][4]);
}
DrawString(r.left + 2, r.right - 2, r.top + 2, wi->data, TC_FROMSTRING, TA_CENTER);
DrawString(r.left + 2, r.right - 2, r.top + 2, wi->data, TC_FROMSTRING, SA_CENTER);
break;
case WWT_DROPDOWN: {