aboutsummaryrefslogtreecommitdiff
path: root/src/keyb.h
diff options
context:
space:
mode:
authorJuan J. Martinez <jjm@usebox.net>2023-06-15 22:58:30 +0100
committerJuan J. Martinez <jjm@usebox.net>2023-06-15 22:58:30 +0100
commita1de326ac5d89cbf9555c9a0a9a662af35c6dcf7 (patch)
treeffe56e86be4acefcee8b89753cf31f7a8c1db20d /src/keyb.h
parent07e829e591394fa182e75ecab86051f1fb850ce7 (diff)
downloadgold-mine-run-a1de326ac5d89cbf9555c9a0a9a662af35c6dcf7.tar.gz
gold-mine-run-a1de326ac5d89cbf9555c9a0a9a662af35c6dcf7.zip
Implement a countdown clock in the timer
Updated the HUD to show the time.
Diffstat (limited to 'src/keyb.h')
-rw-r--r--src/keyb.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/keyb.h b/src/keyb.h
index 5e47502..3a9e10c 100644
--- a/src/keyb.h
+++ b/src/keyb.h
@@ -9,7 +9,7 @@ void keyb_free();
#define KEY_ESC 1
#define KEY_TAB 15
#define KEY_ENTER 28
-#define KEY_SPACEBAR 57
+#define KEY_SPACE 57
#define KEY_A 30
#define KEY_S 31