mirror of
https://github.com/isledecomp/isle.git
synced 2026-01-24 08:41:16 +00:00
fix format
This commit is contained in:
parent
7af649cba9
commit
6824048ed6
@ -280,8 +280,7 @@ MxResult MxDSBuffer::ParseChunk(
|
||||
}
|
||||
|
||||
if (p_header) {
|
||||
if (p_header->SendChunk(p_controller->GetSubscriberList(), TRUE, p_action->GetUnknown24()) != SUCCESS)
|
||||
{
|
||||
if (p_header->SendChunk(p_controller->GetSubscriberList(), TRUE, p_action->GetUnknown24()) != SUCCESS) {
|
||||
delete p_header;
|
||||
}
|
||||
}
|
||||
|
||||
@ -47,10 +47,7 @@ class MxDSChunk : public MxCore {
|
||||
inline MxU8* GetData() { return m_data; }
|
||||
|
||||
// FUNCTION: LEGO1 0x100be1e0
|
||||
static MxU32 ReturnE()
|
||||
{
|
||||
return 0xe;
|
||||
}
|
||||
static MxU32 ReturnE() { return 0xe; }
|
||||
|
||||
inline void Release()
|
||||
{
|
||||
|
||||
Loading…
Reference in New Issue
Block a user