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:
parent
6b32d0558c
commit
ec41df875c
1 changed files with 1 additions and 1 deletions
|
@ -1520,7 +1520,7 @@ SV_UpdateToReliableMessages
|
||||||
*/
|
*/
|
||||||
void SV_UpdateToReliableMessages (void)
|
void SV_UpdateToReliableMessages (void)
|
||||||
{
|
{
|
||||||
float newval;
|
volatile float newval; // needed to ensure 32/32-bit fp comparisons
|
||||||
int i, j;
|
int i, j;
|
||||||
client_t *client, *sp;
|
client_t *client, *sp;
|
||||||
edict_t *ent;
|
edict_t *ent;
|
||||||
|
|
Loading…
Reference in a new issue