From 7ea6e809e829251da24652cf742cc6cf2576c035 Mon Sep 17 00:00:00 2001
From: Allanis <allanis@saracraft.net>
Date: Sun, 21 Jul 2013 13:37:11 +0100
Subject: [PATCH] [Change] Increased star map size.

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

diff --git a/src/map.c b/src/map.c
index a8478ca..f158a77 100644
--- a/src/map.c
+++ b/src/map.c
@@ -10,11 +10,11 @@
 #include "mission.h"
 #include "map.h"
 
-#define WINDOW_WIDTH  550
-#define WINDOW_HEIGHT  440
+#define WINDOW_WIDTH    650
+#define WINDOW_HEIGHT   540
 
-#define MAP_WIDTH    (WINDOW_WIDTH-150)
-#define MAP_HEIGHT   (WINDOW_HEIGHT-100)
+#define MAP_WIDTH       (WINDOW_WIDTH-150)
+#define MAP_HEIGHT      (WINDOW_HEIGHT-100)
 
 #define BUTTON_WIDTH  60
 #define BUTTON_HEIGHT  40