We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dd4d4bb commit 7d13979Copy full SHA for 7d13979
1 file changed
GolDP/src/floatypontoon0x4c.cpp
@@ -1,12 +1,12 @@
1
#include "floatypontoon0x4c.h"
2
3
-#include <limits>
+#include <float.h>
4
#include <math.h>
5
6
DECOMP_SIZE_ASSERT(FloatyPontoon0x4c, 0x4c)
7
8
// GLOBAL: GOLDP 0x100574fc
9
-float g_pontoonMaxFloat = std::numeric_limits<float>::max();
+float g_pontoonMaxFloat = FLT_MAX;
10
11
// FUNCTION: GOLDP 0x10029df0
12
FloatyPontoon0x4c::FloatyPontoon0x4c()
0 commit comments