Fix for invalid handling of heading criteria in Client::Handle_OP_ClientUpdate()

This commit is contained in:
Uleat
2014-08-16 18:12:21 -04:00
parent 8ef17f2ccd
commit 9e1549b61b
3 changed files with 15 additions and 3 deletions
+2 -1
View File
@@ -103,7 +103,8 @@ int NewFloatToEQ13(float d);
int FloatToEQ19(float d);
int FloatToEQH(float d);
// macro to catch fp errors (provided by noudness)
#define FCMP(a,b) (fabs(a-b) < FLT_EPSILON)
#define _ITOA_BUFLEN 25
const char *itoa(int num); //not thread safe