]> git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - thread.h
fix issues with V_CalcRefdef in CSQC and stereo view
[xonotic/darkplaces.git] / thread.h
index 5ba9be8ffa166f49a190f676edabaf3fb02164e5..7f88d8b4324adf5fc722681b9de03412ecdb46f2 100644 (file)
--- a/thread.h
+++ b/thread.h
@@ -2,6 +2,7 @@
 
 // enable Sys_PrintfToTerminal calls on nearly every threading call
 //#define THREADDEBUG
+//#define THREADDISABLE
 // use recursive mutex (non-posix) extensions in thread_pthread
 #define THREADRECURSIVE