Match Infocenter::HandleButtonUp (#1383)

This commit is contained in:
Christian Semmler
2025-02-11 15:23:20 -07:00
committed by GitHub
parent 956c900ec6
commit 347da7d555
3 changed files with 28 additions and 19 deletions

View File

@@ -205,7 +205,9 @@ public:
// FUNCTION: BETA10 0x1004a2d0
const char* GetActorName() { return g_actorNames[GetActorId()]; }
// FUNCTION: BETA10 0x1002b4c0
Act GetCurrentAct() { return m_currentAct; }
Act GetLoadedAct() { return m_loadedAct; }
Area GetPreviousArea() { return m_previousArea; }
Area GetUnknown0x42c() { return m_unk0x42c; }