From ffbc0225e35bedc11e277955e6e8bd422e46d3ce Mon Sep 17 00:00:00 2001 From: epoch Date: Tue, 19 Dec 2017 04:35:51 -0600 Subject: upped shape limits and added fault input mode --- src/config.h | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) (limited to 'src') 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 -- cgit v1.2.3