aboutsummaryrefslogtreecommitdiff
path: root/src/GameTick.cpp
diff options
context:
space:
mode:
authorNguyễn Gia Phong <mcsinyx@disroot.org>2021-10-28 23:45:34 +0700
committerNguyễn Gia Phong <mcsinyx@disroot.org>2021-10-28 23:45:34 +0700
commitbd8985065f2377a62f0ee9f4236d5cd9ad99dfe4 (patch)
treecee76279026bbba88fededfc9474c8eba67d5c2d /src/GameTick.cpp
parent036ab1d1051b54e71f80fbb791bf69bd7c236f62 (diff)
downloadblackshades-bd8985065f2377a62f0ee9f4236d5cd9ad99dfe4.tar.gz
Reorganize key mappings
Diffstat (limited to 'src/GameTick.cpp')
-rw-r--r--src/GameTick.cpp7
1 files changed, 0 insertions, 7 deletions
diff --git a/src/GameTick.cpp b/src/GameTick.cpp
index 42af2a6..f3ce015 100644
--- a/src/GameTick.cpp
+++ b/src/GameTick.cpp
@@ -43,13 +43,6 @@ extern float snowdelay;
extern float precipitationdensity;
extern float soundscalefactor;
extern int slomo;
-extern int forwardskey;
-extern int backwardskey;
-extern int leftkey;
-extern int rightkey;
-extern int aimkey;
-extern int psychicaimkey;
-extern int psychickey;
extern Decals decals;
#define maxfallvel 40