summaryrefslogtreecommitdiff
path: root/src/config.h
diff options
context:
space:
mode:
authorepoch <epoch@hacking.allowed.org>2017-04-10 04:52:02 -0500
committerepoch <epoch@hacking.allowed.org>2017-04-10 04:52:02 -0500
commitcf960c407ab60b5179d8085e6f7461288aef6e19 (patch)
treeb9d1667383d93492f02ace59b13bc29c734beddd /src/config.h
parent781ecd6529505e4bf1fd400634ee83bcb9a07c81 (diff)
downloadhackvr-cf960c407ab60b5179d8085e6f7461288aef6e19.tar.gz
hackvr-cf960c407ab60b5179d8085e6f7461288aef6e19.zip
cleaned up a bit of stuff and added another option to config.h
Diffstat (limited to 'src/config.h')
-rw-r--r--src/config.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/config.h b/src/config.h
index 2ef2d1a..613f458 100644
--- a/src/config.h
+++ b/src/config.h
@@ -18,5 +18,6 @@
#define DEFAULT_MINIMAP 0
#define FORCE_REDRAW 1
#define MAXSHAPES 3000
+#define ROTATE_STEP 5
#endif