From: havoc Date: Sun, 15 Apr 2012 13:12:25 +0000 (+0000) Subject: disable PRVM_64 until the bugs are worked out X-Git-Tag: xonotic-v0.8.0~96^2~243 X-Git-Url: http://de.git.xonotic.org/?p=xonotic%2Fdarkplaces.git;a=commitdiff_plain;h=0dd013ba837f113a9f9d270920afb4289030b1a0 disable PRVM_64 until the bugs are worked out git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@11795 d7cf8633-e32d-0410-b094-e92efae38249 --- diff --git a/qtypes.h b/qtypes.h index d0b9f5b7..57c8b589 100644 --- a/qtypes.h +++ b/qtypes.h @@ -36,7 +36,8 @@ typedef bool qboolean; #endif // LordHavoc: upgrade the prvm to double precision for better time values -#define PRVM_64 +// LordHavoc: to be enabled when bugs are worked out... +//#define PRVM_64 #ifdef PRVM_64 typedef double prvm_vec_t; typedef long long prvm_int_t;