From 9bce2bd89973ab2ebc7d5f9a67f76ba87b8efb2c Mon Sep 17 00:00:00 2001 From: epoch Date: Sat, 7 Jan 2017 14:35:32 -0600 Subject: fixed the aspect ratio detection and default values of various things. --- src/config.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/config.h') diff --git a/src/config.h b/src/config.h index 324d815..9e4962e 100644 --- a/src/config.h +++ b/src/config.h @@ -15,6 +15,7 @@ #define MAX_SIDES 8 #define WIDTH 1024 #define HEIGHT 768 +#define DEFAULT_MINIMAP 0 #define FORCE_REDRAW 1 #endif -- cgit v1.2.3