]> de.git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - sys_linux.c
made r_shownormals value control the length of the vectors shown, rather
[xonotic/darkplaces.git] / sys_linux.c
index 725eecace8dc1b10d9205ef7ab488fa0e24f0b6c..6a876d1b029086fce435cb5e0d1c6027c1ff6833 100644 (file)
@@ -1,3 +1,4 @@
+#include "quakedef.h"
 
 #ifdef WIN32
 #include <io.h>
@@ -10,8 +11,6 @@
 
 #include <signal.h>
 
-#include "quakedef.h"
-
 
 #ifdef WIN32
 cvar_t sys_usetimegettime = {CVAR_SAVE, "sys_usetimegettime", "1", "use windows timeGetTime function (which has issues on some motherboards) for timing rather than QueryPerformanceCounter timer (which has issues on multicore/multiprocessor machines and processors which are designed to conserve power)"};