Skip to content

Commit 7d13979

Browse files
committed
Fix datacmp
1 parent dd4d4bb commit 7d13979

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

GolDP/src/floatypontoon0x4c.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
#include "floatypontoon0x4c.h"
22

3-
#include <limits>
3+
#include <float.h>
44
#include <math.h>
55

66
DECOMP_SIZE_ASSERT(FloatyPontoon0x4c, 0x4c)
77

88
// GLOBAL: GOLDP 0x100574fc
9-
float g_pontoonMaxFloat = std::numeric_limits<float>::max();
9+
float g_pontoonMaxFloat = FLT_MAX;
1010

1111
// FUNCTION: GOLDP 0x10029df0
1212
FloatyPontoon0x4c::FloatyPontoon0x4c()

0 commit comments

Comments
 (0)