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/Globals.cpp | |
| parent | 036ab1d1051b54e71f80fbb791bf69bd7c236f62 (diff) | |
| download | blackshades-bd8985065f2377a62f0ee9f4236d5cd9ad99dfe4.tar.gz | |
Reorganize key mappings
Diffstat (limited to 'src/Globals.cpp')
| -rw-r--r-- | src/Globals.cpp | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/src/Globals.cpp b/src/Globals.cpp index dba8ad5..a22955b 100644 --- a/src/Globals.cpp +++ b/src/Globals.cpp @@ -3,6 +3,7 @@ #include "Models.h" #include "Person.h" #include "Game.h" +#include "config.h" float sinefluct; float sinefluctprog; @@ -40,13 +41,7 @@ float camerashake; Fog fog; -int forwardskey; -int backwardskey; -int leftkey; -int rightkey; -int aimkey; -int psychicaimkey; -int psychickey; +struct Key keymap; bool blood; |
