From b5cba1eebc08a976a6eee5ccb272c1c6b17018db Mon Sep 17 00:00:00 2001 From: Brendan Dougherty Date: Tue, 11 Jul 2023 14:43:17 -0500 Subject: [PATCH] Remove last unsigned int reference to id type. --- LEGO1/mxlist.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/LEGO1/mxlist.cpp b/LEGO1/mxlist.cpp index 477a92b1..380d85e3 100644 --- a/LEGO1/mxlist.cpp +++ b/LEGO1/mxlist.cpp @@ -3,4 +3,4 @@ #include "decomp.h" // Can't use DECOMP_SIZE_ASSERT due to STL type size changes. -//DECOMP_SIZE_ASSERT(MxList, 0xc); +//DECOMP_SIZE_ASSERT(MxList, 0xc);