From 406e3363f177537bb257b65d48b0daf4a62a1c91 Mon Sep 17 00:00:00 2001
From: Allanis <allanis@saracraft.net>
Date: Tue, 4 Mar 2014 02:48:58 +0000
Subject: [PATCH] [Fix] Fixed the disappearence of outfit prices.

---
 src/land.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/land.c b/src/land.c
index b01e951..ce651d3 100644
--- a/src/land.c
+++ b/src/land.c
@@ -267,7 +267,7 @@ static void outfits_open(void) {
 
   /* The descriptive text. */
   window_addText(wid, 40+300+20, -60,
-                 80, 96, 0, "txtSDesc", &gl_smallFont, &cDConsole,
+                 80, 140, 0, "txtSDesc", &gl_smallFont, &cDConsole,
                  "Name:\n"
                  "Type:\n"
                  "Owned:\n"
@@ -279,7 +279,7 @@ static void outfits_open(void) {
                  "Money:\n");
 
   window_addText(wid, 40+300+40+60, -60,
-                 250, 96, 0, "txtDDesc", &gl_smallFont, &cBlack, NULL);
+                 250, 140, 0, "txtDDesc", &gl_smallFont, &cBlack, NULL);
 
   window_addText(wid, 20+300+40, -220,
                  OUTFITS_WIDTH-400, 180, 0, "txtDescription",