Fixed KeyInterCB_DeferToEventScript comment

This commit is contained in:
LOuroboros 2022-08-24 17:12:59 -03:00 committed by GitHub
parent 8a8ba92f21
commit 3a65529293
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;