mirror of
https://github.com/isledecomp/isle.git
synced 2026-01-27 02:01:16 +00:00
resolve clang-format complaints
This commit is contained in:
parent
9eec735243
commit
443efc78dc
@ -22,7 +22,7 @@ void MxStillPresenter::ParseExtra()
|
|||||||
if (len == 0)
|
if (len == 0)
|
||||||
return;
|
return;
|
||||||
|
|
||||||
len &= MAXWORD;
|
len &= MAXWORD;
|
||||||
|
|
||||||
char buf[512];
|
char buf[512];
|
||||||
memcpy(buf, m_action->GetExtraData(), len);
|
memcpy(buf, m_action->GetExtraData(), len);
|
||||||
|
|||||||
@ -8,7 +8,7 @@
|
|||||||
// SIZE 0x6c
|
// SIZE 0x6c
|
||||||
class MxStillPresenter : public MxVideoPresenter {
|
class MxStillPresenter : public MxVideoPresenter {
|
||||||
public:
|
public:
|
||||||
virtual void ParseExtra() override; // vtable+0x30
|
virtual void ParseExtra() override; // vtable+0x30
|
||||||
|
|
||||||
MxStillPresenter() { m_unk68 = 0; }
|
MxStillPresenter() { m_unk68 = 0; }
|
||||||
undefined4 m_unk64;
|
undefined4 m_unk64;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user