diff options
Diffstat (limited to 'src/config.h')
-rw-r--r-- | src/config.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/config.h b/src/config.h index c43f1a0..b314277 100644 --- a/src/config.h +++ b/src/config.h @@ -17,7 +17,7 @@ struct Level { struct Key { int forwards, backwards, left, right; int crouch, accelerate, dive; - int reload, aim, psychic_aim, psychic, laser_sight; + int reload, aim, psychic_aim, psychic; int switch_view, switch_weapon; int skip, pause, slomo, force; }; |