From 3927bbbb766f9cac12785f04e190ffd925f761d1 Mon Sep 17 00:00:00 2001 From: disinvite Date: Wed, 13 Mar 2024 21:37:55 -0400 Subject: [PATCH] hex padding --- LEGO1/omni/include/mxbitset.h | 2 +- LEGO1/omni/src/stream/mxstreamer.cpp | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/LEGO1/omni/include/mxbitset.h b/LEGO1/omni/include/mxbitset.h index 3560214c..415470d8 100644 --- a/LEGO1/omni/include/mxbitset.h +++ b/LEGO1/omni/include/mxbitset.h @@ -13,7 +13,7 @@ class MxBitset { public: MxBitset() { Tidy(); } - // SIZE 0x8 + // SIZE 0x08 class Reference { friend class MxBitset; diff --git a/LEGO1/omni/src/stream/mxstreamer.cpp b/LEGO1/omni/src/stream/mxstreamer.cpp index 73200553..9b03fd47 100644 --- a/LEGO1/omni/src/stream/mxstreamer.cpp +++ b/LEGO1/omni/src/stream/mxstreamer.cpp @@ -8,10 +8,10 @@ #include DECOMP_SIZE_ASSERT(MxStreamer, 0x2c); -DECOMP_SIZE_ASSERT(MxMemoryPool64, 0xc); -DECOMP_SIZE_ASSERT(MxMemoryPool128, 0xc); -DECOMP_SIZE_ASSERT(MxBitset<22>, 0x4); -DECOMP_SIZE_ASSERT(MxBitset<2>, 0x4); +DECOMP_SIZE_ASSERT(MxMemoryPool64, 0x0c); +DECOMP_SIZE_ASSERT(MxMemoryPool128, 0x0c); +DECOMP_SIZE_ASSERT(MxBitset<22>, 0x04); +DECOMP_SIZE_ASSERT(MxBitset<2>, 0x04); // FUNCTION: LEGO1 0x100b8f00 MxStreamer::MxStreamer()