diff options
Diffstat (limited to 'src/jake2/client/Key.java')
-rw-r--r-- | src/jake2/client/Key.java | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/jake2/client/Key.java b/src/jake2/client/Key.java index 2a0a45f..1787262 100644 --- a/src/jake2/client/Key.java +++ b/src/jake2/client/Key.java @@ -2,7 +2,7 @@ * Key.java * Copyright (C) 2003 * - * $Id: Key.java,v 1.10 2005-06-07 08:43:11 hzi Exp $ + * $Id: Key.java,v 1.11 2005-06-07 12:57:21 hzi Exp $ */ /* Copyright (C) 1997-2001 Id Software, Inc. @@ -287,7 +287,7 @@ public class Key extends Globals { /** * Called by the system between frames for both key up and key down events. */ - public static void Event(int key, boolean down, long time) { + public static void Event(int key, boolean down, int time) { String kb; String cmd; |