From df290061d4c8c54bb42751210ddf5279d079a8ab Mon Sep 17 00:00:00 2001 From: Christian Semmler Date: Sun, 17 Sep 2023 06:32:09 -0400 Subject: [PATCH] Fix style --- LEGO1/mxpresenter.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/LEGO1/mxpresenter.h b/LEGO1/mxpresenter.h index 4b8659ec..87ef9645 100644 --- a/LEGO1/mxpresenter.h +++ b/LEGO1/mxpresenter.h @@ -77,7 +77,7 @@ class MxPresenter : public MxCore undefined4 m_unk0x10; undefined4 m_unk0x14; undefined4 m_unk0x18; - MxDSAction* m_action; // 0 + MxDSAction *m_action; // 0 MxCriticalSection m_criticalSection; MxPresenter *m_unkPresenter; // 0x3c };