mirror of
https://github.com/isledecomp/isle.git
synced 2026-01-30 19:51:15 +00:00
Fix
This commit is contained in:
parent
cd62029c9d
commit
c2ab936124
@ -88,7 +88,9 @@ class Infocenter : public LegoWorld {
|
|||||||
|
|
||||||
void PlayCutscene(IntroScript p_entityId, MxBool p_scale);
|
void PlayCutscene(IntroScript p_entityId, MxBool p_scale);
|
||||||
void StopCutscene();
|
void StopCutscene();
|
||||||
|
|
||||||
void StartCredits();
|
void StartCredits();
|
||||||
|
void StopCredits();
|
||||||
|
|
||||||
void PlayDialogue(InfomainScript p_objectId);
|
void PlayDialogue(InfomainScript p_objectId);
|
||||||
void StopCurrentDialogue();
|
void StopCurrentDialogue();
|
||||||
@ -96,8 +98,6 @@ class Infocenter : public LegoWorld {
|
|||||||
void PlayBookAnimation();
|
void PlayBookAnimation();
|
||||||
void StopBookAnimation();
|
void StopBookAnimation();
|
||||||
|
|
||||||
static void StopCredits();
|
|
||||||
|
|
||||||
InfomainScript m_currentInfomainScript; // 0xf8
|
InfomainScript m_currentInfomainScript; // 0xf8
|
||||||
MxS16 m_unk0xfc; // 0xfc
|
MxS16 m_unk0xfc; // 0xfc
|
||||||
InfocenterState* m_infocenterState; // 0x100
|
InfocenterState* m_infocenterState; // 0x100
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user