widget.c
changeset 860 d756b3e0e171
parent 845 0c66e26fecb2
child 867 581154a08a78
--- a/widget.c	Mon Jan 03 16:45:42 2005 +0000
+++ b/widget.c	Mon Jan 03 17:55:25 2005 +0000
@@ -361,7 +361,7 @@
 
 		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);