diff options
| author | Nguyễn Gia Phong <mcsinyx@disroot.org> | 2021-10-28 23:45:34 +0700 |
|---|---|---|
| committer | Nguyễn Gia Phong <mcsinyx@disroot.org> | 2021-10-28 23:45:34 +0700 |
| commit | bd8985065f2377a62f0ee9f4236d5cd9ad99dfe4 (patch) | |
| tree | cee76279026bbba88fededfc9474c8eba67d5c2d /src/GameTick.cpp | |
| parent | 036ab1d1051b54e71f80fbb791bf69bd7c236f62 (diff) | |
| download | blackshades-bd8985065f2377a62f0ee9f4236d5cd9ad99dfe4.tar.gz | |
Reorganize key mappings
Diffstat (limited to 'src/GameTick.cpp')
| -rw-r--r-- | src/GameTick.cpp | 7 |
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 |
