]> de.git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - progsvm.h
fix sky drawing really this tiem
[xonotic/darkplaces.git] / progsvm.h
index 6aa6b01a779f10dc7576d76f53716c56be5aa6c0..9481800e4cbbe81f6b446a9b231bf29ccf7b721e 100644 (file)
--- a/progsvm.h
+++ b/progsvm.h
@@ -33,6 +33,10 @@ The code uses void pointers instead.
 #include "progdefs.h"                  // generated by program cdefs
 #include "clprogdefs.h"                        // generated by program cdefs
 
+#ifndef DP_SMALLMEMORY
+#define PROFILING
+#endif
+
 // forward declaration of clgecko_t
 struct clgecko_s;