mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-10 23:32:09 +00:00
[qwaq] Add missing part of commit
This commit is contained in:
parent
75f38f456b
commit
50290baf04
1 changed files with 1 additions and 1 deletions
|
@ -131,7 +131,7 @@ arp_end (void)
|
|||
-handleEvent: (qwaq_event_t *) event
|
||||
{
|
||||
[objects handleEvent: event];
|
||||
if (event.what == qe_key && event.key == '\x18') {
|
||||
if (event.what == qe_key && event.key.code == '\x18') {
|
||||
event.what = qe_command;
|
||||
event.message.command = qc_exit;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue