InvokeAction: take const atom (#837)

This commit is contained in:
Christian Semmler
2024-04-22 08:24:00 -04:00
committed by GitHub
parent f1688be263
commit b4f29ea6b0
5 changed files with 5 additions and 18 deletions

View File

@@ -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);
}
}