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()