mirror of
https://github.com/isledecomp/isle.git
synced 2026-01-28 18:51:16 +00:00
Fix VTable0x64
This commit is contained in:
parent
73a3214019
commit
926f5cb70d
@ -824,6 +824,7 @@ MxBool Infocenter::VTable0x64()
|
||||
{
|
||||
if (m_infocenterState != NULL) {
|
||||
MxU32 val = m_infocenterState->GetUnknown0x74();
|
||||
|
||||
if (val == 0) {
|
||||
StopCutscene();
|
||||
m_infocenterState->SetUnknown0x74(1);
|
||||
@ -832,6 +833,8 @@ MxBool Infocenter::VTable0x64()
|
||||
StopCredits();
|
||||
}
|
||||
else if (val != 8) {
|
||||
m_infocenterState->SetUnknown0x74(8);
|
||||
|
||||
#ifdef COMPAT_MODE
|
||||
{
|
||||
MxNotificationParam param(c_notificationType0, NULL);
|
||||
|
||||
Loading…
Reference in New Issue
Block a user