(svn r1341) -Fix: fix WWT_FRAME drawing when there is no text there (STR_NULL)

-Copyright notice is now 2002-2005 for all languages
This commit is contained in:
darkvater
2005-01-03 17:55:25 +00:00
parent ca1b3a80ae
commit 3ee8697bbf
21 changed files with 21 additions and 21 deletions

View File

@@ -361,7 +361,7 @@ void DrawWindowWidgets(Window *w)
case WWT_FRAME: {
int c1,c2;
int x2 = 0;
int x2 = r.left; // by default the left side is the left side of the widget
if (wi->unkA != 0) {
x2 = DrawString(r.left+6, r.top, wi->unkA, 0);