summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorepoch <epoch@hacking.allowed.org>2017-12-19 04:35:51 -0600
committerepoch <epoch@hacking.allowed.org>2017-12-19 04:35:51 -0600
commitffbc0225e35bedc11e277955e6e8bd422e46d3ce (patch)
tree7611b0df2d95ccf14dc2239e7025c15b9c89aeb3 /src
parent99d562375c6bc467579854037e27a27997780c55 (diff)
downloadhackvr-ffbc0225e35bedc11e277955e6e8bd422e46d3ce.tar.gz
hackvr-ffbc0225e35bedc11e277955e6e8bd422e46d3ce.zip
upped shape limits and added fault input mode
Diffstat (limited to 'src')
-rw-r--r--src/config.h9
1 files changed, 7 insertions, 2 deletions
diff --git a/src/config.h b/src/config.h
index 94688c6..535a4a0 100644
--- a/src/config.h
+++ b/src/config.h
@@ -11,7 +11,9 @@
#define SPLIT_SCREEN 1
#define CAMERA_SEPARATION -1
#define RED_AND_BLUE 0
-#define SHAPES 16386
+
+#define SHAPES 65535
+
#define MAX_SIDES 8
#define MAXWIDTH 4000
#define WIDTH 320
@@ -19,7 +21,10 @@
#define HEIGHT 240
#define DEFAULT_MINIMAP 0
#define FORCE_REDRAW 1
-#define MAXSHAPES 30000
+
+#define MAXSHAPES 65535
+
+#define DEFAULT_INPUT_MODE 1
#define ROTATE_STEP 5
#endif