diff options
author | epoch <epoch@hacking.allowed.org> | 2017-11-04 04:23:02 -0500 |
---|---|---|
committer | epoch <epoch@hacking.allowed.org> | 2017-11-04 04:23:02 -0500 |
commit | 34a66805928a14ec852eb03c86b75771607d89d3 (patch) | |
tree | 2e57c5c2b7458b835308d84a083bdc9f5c730ca1 /src | |
parent | 570679c333af5d7505d94876d7011664e465dc4b (diff) | |
download | hackvr-34a66805928a14ec852eb03c86b75771607d89d3.tar.gz hackvr-34a66805928a14ec852eb03c86b75771607d89d3.zip |
fliped it back to 1 instead of -1 because... I dunno. that's how I like it.
Diffstat (limited to 'src')
-rw-r--r-- | src/config.h | 2 |
1 files changed, 1 insertions, 1 deletions
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 |