mirror of
https://github.com/isledecomp/isle.git
synced 2025-10-23 08:24:16 +00:00
InvokeAction: take const atom (#837)
This commit is contained in:

committed by
GitHub

parent
f1688be263
commit
b4f29ea6b0
@@ -1187,6 +1187,7 @@ void Infocenter::PlayCutscene(Cutscene p_entityId, MxBool p_scale)
|
||||
if (m_currentCutscene >= e_badEndMovie && m_currentCutscene <= e_goodEndMovie) {
|
||||
Reset();
|
||||
}
|
||||
|
||||
InvokeAction(Extra::ActionType::e_opendisk, *g_introScript, m_currentCutscene, NULL);
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user