aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorepoch <epoch@thebackupbox.net>2020-05-05 20:38:09 -0500
committerepoch <epoch@thebackupbox.net>2020-05-05 20:38:09 -0500
commit7a8410dd0f819d0d723fb7c4edf09ef0e8dc489c (patch)
tree2095d60b5ace6d2623928e07bd673a2087e38505 /src
parentd520a505cd5e3c7864ee9de72cb1674e102bbbd6 (diff)
downloadhackvr-7a8410dd0f819d0d723fb7c4edf09ef0e8dc489c.tar.gz
hackvr-7a8410dd0f819d0d723fb7c4edf09ef0e8dc489c.zip
changed default size of window to 1024x768
Diffstat (limited to 'src')
-rw-r--r--src/config.h4
1 files changed, 2 insertions, 2 deletions
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