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