summaryrefslogtreecommitdiff
path: root/synth/globals.cpp
diff options
context:
space:
mode:
authorFlorian Jung <flo@thinkpad.(none)>2011-02-14 15:55:01 +0100
committerFlorian Jung <flo@thinkpad.(none)>2011-02-14 15:55:01 +0100
commit531a6e90cbf1cc2afd8eae7683bda48c5cf4506a (patch)
treec6b22210b7669492ae726ad494937a32a5fabeac /synth/globals.cpp
parentd4e928c4eecdcb12ebc96054c92cfc7b701c9a83 (diff)
Clean enabling/disabling of frameskip and watching per defines
Diffstat (limited to 'synth/globals.cpp')
-rw-r--r--synth/globals.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/synth/globals.cpp b/synth/globals.cpp
index 8cde306..e943ff1 100644
--- a/synth/globals.cpp
+++ b/synth/globals.cpp
@@ -18,7 +18,9 @@ bool quiet=false;
bool connect_audio=true, connect_midi=true;
+#ifdef WATCHFILES
bool watchfiles=true;
+#endif
float cleanup_interval_sec=0;
float snh_freq_hz=0;