mirror of
https://github.com/isledecomp/isle.git
synced 2026-01-28 18:51:16 +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 StopCutscene();
|
||||
|
||||
void StartCredits();
|
||||
void StopCredits();
|
||||
|
||||
void PlayDialogue(InfomainScript p_objectId);
|
||||
void StopCurrentDialogue();
|
||||
@ -96,8 +98,6 @@ class Infocenter : public LegoWorld {
|
||||
void PlayBookAnimation();
|
||||
void StopBookAnimation();
|
||||
|
||||
static void StopCredits();
|
||||
|
||||
InfomainScript m_currentInfomainScript; // 0xf8
|
||||
MxS16 m_unk0xfc; // 0xfc
|
||||
InfocenterState* m_infocenterState; // 0x100
|
||||
|
||||
Loading…
Reference in New Issue
Block a user