mirror of
https://github.com/isledecomp/isle.git
synced 2026-01-29 03:01:15 +00:00
Fix
This commit is contained in:
parent
c2ab936124
commit
1f3ff9dddb
@ -370,14 +370,14 @@ MxLong Infocenter::HandleKeyPress(MxS8 p_key)
|
|||||||
case 1:
|
case 1:
|
||||||
case 4:
|
case 4:
|
||||||
break;
|
break;
|
||||||
default:
|
default: {
|
||||||
result = (MxU32) m_currentInfomainScript;
|
InfomainScript script = m_currentInfomainScript;
|
||||||
StopCurrentDialogue();
|
StopCurrentDialogue();
|
||||||
|
|
||||||
switch (m_infocenterState->GetUnknown0x74()) {
|
switch (m_infocenterState->GetUnknown0x74()) {
|
||||||
case 5:
|
case 5:
|
||||||
case 12:
|
case 12:
|
||||||
m_currentInfomainScript = (InfomainScript) result;
|
m_currentInfomainScript = script;
|
||||||
return 1;
|
return 1;
|
||||||
default:
|
default:
|
||||||
m_infocenterState->SetUnknown0x74(2);
|
m_infocenterState->SetUnknown0x74(2);
|
||||||
@ -386,6 +386,7 @@ MxLong Infocenter::HandleKeyPress(MxS8 p_key)
|
|||||||
case 11:
|
case 11:
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
}
|
||||||
case 13:
|
case 13:
|
||||||
StopCredits();
|
StopCredits();
|
||||||
break;
|
break;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user