forked from fte/fteqw
1
0
Fork 0

terrible workaround for optimization floating point compare problems

git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@2856 fc73d0e0-1445-4013-8a0c-d673dee63da5
This commit is contained in:
TimeServ 2008-01-13 00:25:06 +00:00
parent 6b32d0558c
commit ec41df875c
1 changed files with 1 additions and 1 deletions

View File

@ -1520,7 +1520,7 @@ SV_UpdateToReliableMessages
*/
void SV_UpdateToReliableMessages (void)
{
float newval;
volatile float newval; // needed to ensure 32/32-bit fp comparisons
int i, j;
client_t *client, *sp;
edict_t *ent;