summary refs log tree commit diff
path: root/src/config.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/config.h')
-rw-r--r--src/config.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/config.h b/src/config.h
index 486a4f6..a58c2f3 100644
--- a/src/config.h
+++ b/src/config.h
@@ -16,7 +16,8 @@ struct Level {
 
 struct Key {
 	int forwards, backwards, left, right;
-	int aim, psychic_aim, psychic;
+	int crouch, accelerate, dive;
+	int reload, aim, psychic_aim, psychic, laser_sight;
 };
 
 struct Config {