summaryrefslogtreecommitdiff
path: root/src/config.h
diff options
context:
space:
mode:
authorepoch <epoch@hacking.allowed.org>2017-11-19 01:49:56 -0600
committerepoch <epoch@hacking.allowed.org>2017-11-19 01:49:56 -0600
commit9deee5b1917b6f644261d040a1832a14369a567f (patch)
treec2abc292691254d295360d4ebd9ec3140b34aa5c /src/config.h
parenteee6279b3737e2037b5b6bfb84ca83fd8bbc6359 (diff)
downloadhackvr-9deee5b1917b6f644261d040a1832a14369a567f.tar.gz
hackvr-9deee5b1917b6f644261d040a1832a14369a567f.zip
fixed the angle of movement when there is more than 1 camera and made some pixmaps get generated based on MAX sizes instead of current size which also means the default size is now small instead of huge.
Diffstat (limited to 'src/config.h')
-rw-r--r--src/config.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/config.h b/src/config.h
index cae9a3f..94688c6 100644
--- a/src/config.h
+++ b/src/config.h
@@ -13,8 +13,10 @@
#define RED_AND_BLUE 0
#define SHAPES 16386
#define MAX_SIDES 8
-#define WIDTH 4000
-#define HEIGHT 3000
+#define MAXWIDTH 4000
+#define WIDTH 320
+#define MAXHEIGHT 3000
+#define HEIGHT 240
#define DEFAULT_MINIMAP 0
#define FORCE_REDRAW 1
#define MAXSHAPES 30000