summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorepoch <epoch@hacking.allowed.org>2019-07-01 05:05:49 -0500
committerepoch <epoch@hacking.allowed.org>2019-07-01 05:05:49 -0500
commitdf95de766772106aab295df74ea82eece18e72e3 (patch)
tree44456463d674b40a2cb6efcad8f2599d4e45ab62
parent39f3094d3b92507191c18c7e4dcc17b3484e95a9 (diff)
downloadhackvr-df95de766772106aab295df74ea82eece18e72e3.tar.gz
hackvr-df95de766772106aab295df74ea82eece18e72e3.zip
set FORCE_REDRAW to 0 because I'm abusing it now since it doesn't make much sense with libidc
-rw-r--r--src/config.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/config.h b/src/config.h
index a044ff2..f4009a3 100644
--- a/src/config.h
+++ b/src/config.h
@@ -21,7 +21,7 @@
#define MAXHEIGHT 3000
#define HEIGHT 240
#define DEFAULT_MINIMAP 0
-#define FORCE_REDRAW 1
+#define FORCE_REDRAW 0
#define MAXSHAPES 65535