From ace9f98d3d77ce69a3b8501dbecd79cae1b5b215 Mon Sep 17 00:00:00 2001 From: epoch Date: Sun, 15 Jan 2017 13:45:02 -0600 Subject: makefile now makes hackvr symlink to hackvr_x11, config.h splits by default, _x11.c commented out sky generation --- src/config.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/config.h') diff --git a/src/config.h b/src/config.h index 9e4962e..16e2ec0 100644 --- a/src/config.h +++ b/src/config.h @@ -8,13 +8,13 @@ #define DEBUG 1 #define WALK_SPEED 1 -#define SPLIT_SCREEN 1 +#define SPLIT_SCREEN 2 #define CAMERA_SEPARATION 4 #define RED_AND_BLUE 0 #define SHAPES 16386 #define MAX_SIDES 8 -#define WIDTH 1024 -#define HEIGHT 768 +#define WIDTH 4000 +#define HEIGHT 3000 #define DEFAULT_MINIMAP 0 #define FORCE_REDRAW 1 -- cgit v1.2.3