From 34a66805928a14ec852eb03c86b75771607d89d3 Mon Sep 17 00:00:00 2001 From: epoch Date: Sat, 4 Nov 2017 04:23:02 -0500 Subject: fliped it back to 1 instead of -1 because... I dunno. that's how I like it. --- src/config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/config.h b/src/config.h index c50ac7b..48ae062 100644 --- a/src/config.h +++ b/src/config.h @@ -7,7 +7,7 @@ #define AR_H 3 #define DEBUG 0 -#define WALK_SPEED -1 +#define WALK_SPEED 1 #define SPLIT_SCREEN 1 #define CAMERA_SEPARATION -1 #define RED_AND_BLUE 0 -- cgit v1.2.3