diff options
Diffstat (limited to 'games/nagi/patches/patch-ak')
-rw-r--r-- | games/nagi/patches/patch-ak | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/games/nagi/patches/patch-ak b/games/nagi/patches/patch-ak new file mode 100644 index 00000000000..b6063fac89e --- /dev/null +++ b/games/nagi/patches/patch-ak @@ -0,0 +1,12 @@ +$NetBSD: patch-ak,v 1.1 2006/03/28 21:51:53 joerg Exp $ + +--- ui/cmd_input.c.orig 2006-03-28 21:29:27.000000000 +0000 ++++ ui/cmd_input.c +@@ -95,6 +95,7 @@ void input_poll(void) + mouse_event_handle(si); + break; + default: ++ break; + } + si = control_key_map( event_read() ); + } |