]> de.git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - qtypes.h
Fix a typo in DrawQ_RotPic which broke it badly.
[xonotic/darkplaces.git] / qtypes.h
index 6c09614eff2479b53c30d24bc1d2212d0c0697da..83454bf65509d5df11f941bceb6efcea1d937d86 100644 (file)
--- a/qtypes.h
+++ b/qtypes.h
@@ -40,7 +40,7 @@ typedef unsigned long long dpuint64;
 
 // LordHavoc: upgrade the prvm to double precision for better time values
 // LordHavoc: to be enabled when bugs are worked out...
-//#define PRVM_64
+#define PRVM_64
 #ifdef PRVM_64
 typedef double prvm_vec_t;
 typedef long long prvm_int_t;