mirror of
https://github.com/isledecomp/isle.git
synced 2026-01-24 00:31:16 +00:00
Address review comments
This commit is contained in:
parent
f023fbf11e
commit
a04b5ba6a3
@ -11,14 +11,6 @@ class LegoCarBuildAnimPresenter : public LegoAnimPresenter {
|
||||
public:
|
||||
// SIZE 0x0c
|
||||
struct UnknownListEntry {
|
||||
// variable name verified by BETA10 0x10071b56
|
||||
LegoChar* m_name; // 0x00
|
||||
|
||||
// variable name verified by BETA10 0x100719f0
|
||||
LegoChar* m_wiredName; // 0x04
|
||||
|
||||
undefined2 m_unk0x08; // 0x08
|
||||
|
||||
// FUNCTION: LEGO1 0x100795c0
|
||||
// FUNCTION: BETA10 0x10073850
|
||||
UnknownListEntry()
|
||||
@ -27,6 +19,14 @@ class LegoCarBuildAnimPresenter : public LegoAnimPresenter {
|
||||
m_wiredName = NULL;
|
||||
m_unk0x08 = 0;
|
||||
}
|
||||
|
||||
// variable name verified by BETA10 0x10071b56
|
||||
LegoChar* m_name; // 0x00
|
||||
|
||||
// variable name verified by BETA10 0x100719f0
|
||||
LegoChar* m_wiredName; // 0x04
|
||||
|
||||
undefined2 m_unk0x08; // 0x08
|
||||
};
|
||||
|
||||
LegoCarBuildAnimPresenter();
|
||||
|
||||
@ -386,6 +386,7 @@ LegoAnimNodeData* LegoCarBuildAnimPresenter::FindNodeDataByName(LegoTreeNode* p_
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
return NULL;
|
||||
}
|
||||
|
||||
@ -411,6 +412,7 @@ LegoTreeNode* LegoCarBuildAnimPresenter::FindNodeByName(LegoTreeNode* p_treeNode
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
return NULL;
|
||||
}
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user