From: havoc Date: Wed, 4 Apr 2012 07:07:59 +0000 (+0000) Subject: enable PRVM_64 define X-Git-Tag: xonotic-v0.7.0~159 X-Git-Url: http://git.xonotic.org/?a=commitdiff_plain;h=04d26f1c962fb2ecd9564716f57b29e954184f36;p=xonotic%2Fdarkplaces.git enable PRVM_64 define git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@11786 d7cf8633-e32d-0410-b094-e92efae38249 ::stable-branch::merge=140d4122eabb49d18ddc3d028f17199d140aba03 --- diff --git a/qtypes.h b/qtypes.h index 38b3b9fa..d0b9f5b7 100644 --- a/qtypes.h +++ b/qtypes.h @@ -36,7 +36,7 @@ typedef bool qboolean; #endif // LordHavoc: upgrade the prvm to double precision for better time values -//#define PRVM_64 +#define PRVM_64 #ifdef PRVM_64 typedef double prvm_vec_t; typedef long long prvm_int_t;