mirror of
https://github.com/isledecomp/isle.git
synced 2026-01-30 11:41: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) {
|
if (m_infocenterState != NULL) {
|
||||||
MxU32 val = m_infocenterState->GetUnknown0x74();
|
MxU32 val = m_infocenterState->GetUnknown0x74();
|
||||||
|
|
||||||
if (val == 0) {
|
if (val == 0) {
|
||||||
StopCutscene();
|
StopCutscene();
|
||||||
m_infocenterState->SetUnknown0x74(1);
|
m_infocenterState->SetUnknown0x74(1);
|
||||||
@ -832,6 +833,8 @@ MxBool Infocenter::VTable0x64()
|
|||||||
StopCredits();
|
StopCredits();
|
||||||
}
|
}
|
||||||
else if (val != 8) {
|
else if (val != 8) {
|
||||||
|
m_infocenterState->SetUnknown0x74(8);
|
||||||
|
|
||||||
#ifdef COMPAT_MODE
|
#ifdef COMPAT_MODE
|
||||||
{
|
{
|
||||||
MxNotificationParam param(c_notificationType0, NULL);
|
MxNotificationParam param(c_notificationType0, NULL);
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user