From ee54fc42513223704a62c5c2ebb185e48345458e Mon Sep 17 00:00:00 2001 From: Christian Semmler Date: Thu, 10 Aug 2023 04:31:44 -0400 Subject: [PATCH] Fix --- LEGO1/mxdsaction.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/LEGO1/mxdsaction.cpp b/LEGO1/mxdsaction.cpp index 007ecd15..fbcd86de 100644 --- a/LEGO1/mxdsaction.cpp +++ b/LEGO1/mxdsaction.cpp @@ -3,8 +3,6 @@ #include #include -#define TWOCC(a, b) (((a) << 0) | ((b) << 8)) - // GLOBAL OFFSET: LEGO1 0x10101410 MxU16 g_unkSep = TWOCC(',', ' ');