From 8f9c2ff9b70313a90565182e241d86e194cfc692 Mon Sep 17 00:00:00 2001
From: Allanis <allanis@saracraft.net>
Date: Sat, 16 Mar 2013 19:06:07 +0000
Subject: [PATCH] [Change] Shipyard and outfits look ugly. Made the same size
 as land window.

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

diff --git a/src/land.c b/src/land.c
index a613dfd..eb32a75 100644
--- a/src/land.c
+++ b/src/land.c
@@ -19,11 +19,11 @@
 
 // Outfits.
 #define OUTFITS_WIDTH			700
-#define OUTFITS_HEIGHT		500
+#define OUTFITS_HEIGHT		600
 
 // Shipyard.
 #define SHIPYARD_WIDTH		700
-#define SHIPYARD_HEIGHT		500
+#define SHIPYARD_HEIGHT		600
 
 // News window.
 #define NEWS_WIDTH    400