From a82f431cd48fdf1037fac877d7aee284b5bc2c9a Mon Sep 17 00:00:00 2001 From: Allanis Date: Sun, 9 Feb 2014 15:55:37 +0000 Subject: [PATCH] [Fix] Fixed shipyard text description dimensions. --- src/land.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/land.c b/src/land.c index 6f54095..b01e951 100644 --- a/src/land.c +++ b/src/land.c @@ -567,8 +567,8 @@ static void shipyard_open(void) { 130, 96, 0, "txtDDesc", &gl_smallFont, &cBlack, NULL); - window_addText(wid, 20+300+40, -160, - SHIPYARD_WIDTH-300, 200, 0, "txtDescription", + window_addText(wid, 20+310+40, -175, + SHIPYARD_WIDTH-(20+310+40) - 20, 185, 0, "txtDescription", &gl_smallFont, NULL, NULL); /* Setup the ships to buy/sell. */