(svn r15808) -Codechange: use the new DrawString API in a number of GUIs

This commit is contained in:
rubidium
2009-03-22 12:01:21 +00:00
parent 64e7ab4025
commit 12f1abbce0
11 changed files with 51 additions and 52 deletions

View File

@@ -170,7 +170,7 @@ public:
SetDParam(0, b->material);
DrawSprite(b->sprite, b->pal, 3, y);
DrawString(44, y, STR_500D, TC_FROMSTRING);
DrawString(44, this->width, y, STR_500D, TC_FROMSTRING);
y += this->resize.step_height;
}