diff --git a/LEGO1/mxstillpresenter.cpp b/LEGO1/mxstillpresenter.cpp index 8c45d9e7..8f7124f0 100644 --- a/LEGO1/mxstillpresenter.cpp +++ b/LEGO1/mxstillpresenter.cpp @@ -22,7 +22,7 @@ void MxStillPresenter::ParseExtra() if (len == 0) return; - len &= MAXWORD; + len &= MAXWORD; char buf[512]; memcpy(buf, m_action->GetExtraData(), len); diff --git a/LEGO1/mxstillpresenter.h b/LEGO1/mxstillpresenter.h index 7473b7ec..f812b545 100644 --- a/LEGO1/mxstillpresenter.h +++ b/LEGO1/mxstillpresenter.h @@ -8,7 +8,7 @@ // SIZE 0x6c class MxStillPresenter : public MxVideoPresenter { public: - virtual void ParseExtra() override; // vtable+0x30 + virtual void ParseExtra() override; // vtable+0x30 MxStillPresenter() { m_unk68 = 0; } undefined4 m_unk64;