Merge pull request #1751 from LOuroboros/patch-3

Fixed KeyInterCB_DeferToEventScript comment
This commit is contained in:
GriffinR 2022-08-24 17:07:59 -04:00 committed by GitHub
commit 8cc520ccd7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2520,8 +2520,7 @@ static u16 KeyInterCB_Idle(u32 key)
return LINK_KEY_CODE_EMPTY;
}
// Ignore the player's inputs as long as there is an event script
// in ScriptContext2.
// Ignore the player's inputs as long as there is an event script being executed.
static u16 KeyInterCB_DeferToEventScript(u32 key)
{
u16 retVal;