Remove extra spaces

This commit is contained in:
Jordi Vilalta Prat 2009-05-09 17:47:28 +00:00
parent 4ae44dec3e
commit fb2575b33e
33 changed files with 303 additions and 303 deletions

View file

@ -223,7 +223,7 @@ void TextObject::draw() {
if (y < 0)
y = 0;
if (_justify == LJUSTIFY || _justify == NONE)
g_driver->drawTextBitmap(_x, height + y, _textObjectHandle[i]);
else if (_justify == CENTER) {