From c060057574dd245e7a29f2c9eafd032b334f7f92 Mon Sep 17 00:00:00 2001 From: Allanis <allanis@saracraft.net> Date: Fri, 7 Mar 2014 20:20:45 +0000 Subject: [PATCH] [Fix] Fixed your shipyard information getting cut off. --- src/land.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/land.c b/src/land.c index baee8b8..dcca414 100644 --- a/src/land.c +++ b/src/land.c @@ -735,7 +735,7 @@ static void shipyard_yours_open(unsigned int parent, char* str) { /* Text. */ window_addText(wid, 40+300+40, -55, - 100, 96, 0, "txtSDesc", &gl_smallFont, &cDConsole, + 100, 200, 0, "txtSDesc", &gl_smallFont, &cDConsole, "Name:\n" "Ship:\n" "Class:\n" @@ -748,13 +748,13 @@ static void shipyard_yours_open(unsigned int parent, char* str) { "Sell price\n"); window_addText(wid, 40+300+40+100, -55, - 130, 96, 0, "txtDDesc", &gl_smallFont, &cBlack, NULL); + 130, 200, 0, "txtDDesc", &gl_smallFont, &cBlack, NULL); - window_addText(wid, 40+300+40, -215, + window_addText(wid, 40+300+40, -255, 100, 20, 0, "txtSOutfits", &gl_smallFont, &cDConsole, "Outfits:\n"); - window_addText(wid, 40+300+40, -215-gl_smallFont.h-5, + window_addText(wid, 40+300+40, -255-gl_smallFont.h-5, SHIPYARD_WIDTH-40-300-40-20, 200, 0, "txtDOutfits", &gl_smallFont, &cBlack, NULL);