mirror of
https://github.com/isledecomp/isle.git
synced 2025-10-23 08:24:16 +00:00
Rename SetUnknown84
to SetNotificationObject
(#1474)
This commit is contained in:
@@ -261,7 +261,7 @@ MxResult MxBackgroundAudioManager::PlayMusic(
|
||||
|
||||
m_action2.SetAtomId(p_action.GetAtomId());
|
||||
m_action2.SetObjectId(p_action.GetObjectId());
|
||||
m_action2.SetUnknown84(this);
|
||||
m_action2.SetNotificationObject(this);
|
||||
m_action2.SetOrigin(this);
|
||||
|
||||
MxResult result = Start(&m_action2);
|
||||
|
@@ -146,7 +146,7 @@ void Score::ReadyWorld()
|
||||
MxDSAction action;
|
||||
action.SetObjectId(InfoscorScript::c_nin001pr_RunAnim);
|
||||
action.SetAtomId(m_atomId);
|
||||
action.SetUnknown84(this);
|
||||
action.SetNotificationObject(this);
|
||||
Start(&action);
|
||||
|
||||
if (m_state->GetTutorialFlag()) {
|
||||
|
Reference in New Issue
Block a user