Project::OSiRiON - Git repositories
Project::OSiRiON
News . About . Screenshots . Downloads . Forum . Wiki . Tracker . Git
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStijn Buys <ingar@osirion.org>2015-01-06 19:16:58 +0000
committerStijn Buys <ingar@osirion.org>2015-01-06 19:16:58 +0000
commitda18502a892f7ab025972c51fe268ef7e5e9a18b (patch)
treebb7be01bd5d66fbcf3400b3ef361de243147426f /src/client/action.h
parent72ee43e9470c6fdbc6ed7ff92b85dfa5062c5762 (diff)
SDL2 support in previous commit,
corrected a segfault when pressing a key with an unknown scancode, renamed camera related actions to +lookleft +lookright +lookup +lookdown, bind +freelook to left shift by default.
Diffstat (limited to 'src/client/action.h')
-rw-r--r--src/client/action.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/action.h b/src/client/action.h
index 0a7e247..abd7059 100644
--- a/src/client/action.h
+++ b/src/client/action.h
@@ -34,7 +34,7 @@ public:
ThrustUp, ThrustDown,
Afterburner, Reverse,
Control,
- CamLeft, CamRight, CamUp, CamDown,
+ LookLeft, LookRight, LookUp, LookDown,
ZoomIn, ZoomOut,
Fire,
FreeLook