pkgsrc/games/nagi/patches/patch-ak

12 lines
296 B
Text

$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() );
}