mirror of
https://github.com/isledecomp/isle.git
synced 2025-10-23 00:14:22 +00:00
Match Infocenter::HandleControl
(#1386)
* Add BETA10 references * Refactor non-existent getters * Infocenter::HandleControl maybe down to entropy * Rename variable * More refactoring * Refactor public variable * 100 % * Fix clang-format * Fix clang-format --------- Co-authored-by: jonschz <jonschz@users.noreply.github.com> Co-authored-by: Christian Semmler <mail@csemmler.com>
This commit is contained in:
@@ -123,6 +123,8 @@ public:
|
||||
MxPoint32 GetLocation() const { return this->m_location; }
|
||||
MxS32 GetX() const { return this->m_location.GetX(); }
|
||||
MxS32 GetY() const { return this->m_location.GetY(); }
|
||||
|
||||
// FUNCTION: BETA10 0x10031b70
|
||||
MxS32 GetDisplayZ() const { return this->m_displayZ; }
|
||||
|
||||
// FUNCTION: BETA10 0x10028430
|
||||
@@ -135,6 +137,7 @@ public:
|
||||
m_compositePresenter = p_compositePresenter;
|
||||
}
|
||||
|
||||
// FUNCTION: BETA10 0x10031b40
|
||||
void SetDisplayZ(MxS32 p_displayZ) { m_displayZ = p_displayZ; }
|
||||
|
||||
// SYNTHETIC: LEGO1 0x1000c070
|
||||
|
@@ -96,6 +96,7 @@ void MxVideoManager::UpdateRegion()
|
||||
}
|
||||
|
||||
// FUNCTION: LEGO1 0x100be440
|
||||
// FUNCTION: BETA10 0x1012ce5e
|
||||
void MxVideoManager::SortPresenterList()
|
||||
{
|
||||
if (this->m_presenters->GetCount() <= 1) {
|
||||
|
Reference in New Issue
Block a user