mirror of
https://git.do.srb2.org/STJr/SRB2.git
synced 2025-01-18 23:42:11 +00:00
Preserve event ch for other responders
This commit is contained in:
parent
8c30c63b73
commit
1fac15ea44
1 changed files with 2 additions and 0 deletions
|
@ -2193,6 +2193,8 @@ boolean M_Responder(event_t *ev)
|
|||
}
|
||||
}
|
||||
}
|
||||
else if (ev->type == ev_keydown) // Preserve event for other responders
|
||||
ch = ev->data1;
|
||||
|
||||
if (ch == -1)
|
||||
return false;
|
||||
|
|
Loading…
Reference in a new issue