diff options
author | Tim Angus <tim@ngus.net> | 2006-01-20 23:33:57 +0000 |
---|---|---|
committer | Tim Angus <tim@ngus.net> | 2006-01-20 23:33:57 +0000 |
commit | ba69ac8d95b7a05fbaf12209785492e3500f1117 (patch) | |
tree | 9727b0251042509f5bdf2b76b8d28a568d1a0fdb /src/client | |
parent | 5b13e23b457831b881db4e80deb41fbf5d1190e1 (diff) |
* Fixed a couple of subtle bugs in the tutorial system
Diffstat (limited to 'src/client')
-rw-r--r-- | src/client/keycodes.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/client/keycodes.h b/src/client/keycodes.h index 090fb40a..69abb9f6 100644 --- a/src/client/keycodes.h +++ b/src/client/keycodes.h @@ -31,6 +31,7 @@ Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA // normal keys should be passed as lowercased ascii typedef enum { + K_NONE = -1, K_TAB = 9, K_ENTER = 13, K_ESCAPE = 27, |