Fixed KeyInterCB_DeferToEventScript comment
This commit is contained in:
+1
-2
@@ -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;
|
||||||
|
|||||||
Reference in New Issue
Block a user