summaryrefslogtreecommitdiff
path: root/src/config.h
diff options
context:
space:
mode:
authorepoch <epoch@hacking.allowed.org>2017-01-07 14:35:32 -0600
committerepoch <epoch@hacking.allowed.org>2017-01-07 14:35:32 -0600
commit9bce2bd89973ab2ebc7d5f9a67f76ba87b8efb2c (patch)
tree73b38e7ef82d8e22e899463d1cdc95c26790912c /src/config.h
parent03c135688893423cf3fde2c0576ff64407eab6aa (diff)
downloadhackvr-9bce2bd89973ab2ebc7d5f9a67f76ba87b8efb2c.tar.gz
hackvr-9bce2bd89973ab2ebc7d5f9a67f76ba87b8efb2c.zip
fixed the aspect ratio detection and default values of various things.
Diffstat (limited to 'src/config.h')
-rw-r--r--src/config.h1
1 files changed, 1 insertions, 0 deletions
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