diff --git a/LEGO1/legoflctexturepresenter.h b/LEGO1/legoflctexturepresenter.h index 2cc2e1e5..c55249cf 100644 --- a/LEGO1/legoflctexturepresenter.h +++ b/LEGO1/legoflctexturepresenter.h @@ -17,13 +17,11 @@ class LegoFlcTexturePresenter : public MxFlcPresenter { return "LegoFlcTexturePresenter"; } - // MxFlcPresenter's ::IsA is used - private: void Init(); - undefined4 m_unk0x68; - undefined4 m_unk0x6c; + undefined4 m_unk0x68; // 0x68 + undefined4 m_unk0x6c; // 0x6c }; #endif // LEGOFLCTEXTUREPRESENTER_H