widget.c
changeset 860 fad6642f6217
parent 845 4960e265d25b
child 867 dffd33233237
equal deleted inserted replaced
859:611a03925f9a 860:fad6642f6217
   359 			break;
   359 			break;
   360 		}
   360 		}
   361 
   361 
   362 		case WWT_FRAME: {
   362 		case WWT_FRAME: {
   363 			int c1,c2;
   363 			int c1,c2;
   364 			int x2 = 0;
   364 			int x2 = r.left; // by default the left side is the left side of the widget
   365 
   365 
   366 			if (wi->unkA != 0) {
   366 			if (wi->unkA != 0) {
   367 				x2 = DrawString(r.left+6, r.top, wi->unkA, 0);
   367 				x2 = DrawString(r.left+6, r.top, wi->unkA, 0);
   368 			}
   368 			}
   369 
   369