From 7a8410dd0f819d0d723fb7c4edf09ef0e8dc489c Mon Sep 17 00:00:00 2001 From: epoch Date: Tue, 5 May 2020 20:38:09 -0500 Subject: changed default size of window to 1024x768 --- src/config.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/config.h') diff --git a/src/config.h b/src/config.h index 53b1dba..8017254 100644 --- a/src/config.h +++ b/src/config.h @@ -17,9 +17,9 @@ #define PERIODIC_OUTPUT 100 #define MAX_SIDES 8 #define MAXWIDTH 4000 -#define WIDTH 320 +#define WIDTH 1024 #define MAXHEIGHT 3000 -#define HEIGHT 240 +#define HEIGHT 768 #define DEFAULT_MINIMAP 0 #define FORCE_REDRAW 0 -- cgit v1.2.3