diff options
| author | epoch <epoch@hacking.allowed.org> | 2017-12-19 04:35:51 -0600 | 
|---|---|---|
| committer | epoch <epoch@hacking.allowed.org> | 2017-12-19 04:35:51 -0600 | 
| commit | ffbc0225e35bedc11e277955e6e8bd422e46d3ce (patch) | |
| tree | 7611b0df2d95ccf14dc2239e7025c15b9c89aeb3 | |
| parent | 99d562375c6bc467579854037e27a27997780c55 (diff) | |
| download | hackvr-ffbc0225e35bedc11e277955e6e8bd422e46d3ce.tar.gz hackvr-ffbc0225e35bedc11e277955e6e8bd422e46d3ce.zip  | |
upped shape limits and added fault input mode
| -rw-r--r-- | src/config.h | 9 | 
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  | 
