From fcc05660684e7f48d2c9c8625db339b0fddc844a Mon Sep 17 00:00:00 2001 From: Christian Semmler Date: Sun, 6 Aug 2023 13:30:05 -0400 Subject: [PATCH] Update mxdsaction.cpp --- LEGO1/mxdsaction.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/LEGO1/mxdsaction.cpp b/LEGO1/mxdsaction.cpp index 8ad3fef8..d6e1fdb5 100644 --- a/LEGO1/mxdsaction.cpp +++ b/LEGO1/mxdsaction.cpp @@ -1,7 +1,7 @@ #include "mxdsaction.h" -#include "float.h" -#include "limits.h" +#include +#include // OFFSET: LEGO1 0x100ad810 MxDSAction::MxDSAction() @@ -40,4 +40,4 @@ MxDSAction::MxDSAction() MxDSAction::~MxDSAction() { delete this->m_unk7c; -} \ No newline at end of file +}