diff options
author | Stijn Buys <ingar@osirion.org> | 2015-02-28 23:03:18 +0000 |
---|---|---|
committer | Stijn Buys <ingar@osirion.org> | 2015-02-28 23:03:18 +0000 |
commit | f583cb5139e58123a3535b92d8bb9346fd73f4a9 (patch) | |
tree | f225744cc74fde79a58c0cb1be860620046cf0a9 | |
parent | b656bec7d70e9ebb4bd809c32178a083e339f96e (diff) |
Corrected HUD autopilot button status once more.
-rw-r--r-- | src/client/input.cc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/client/input.cc b/src/client/input.cc index a779ec8..3c1b423 100644 --- a/src/client/input.cc +++ b/src/client/input.cc @@ -1097,7 +1097,6 @@ void frame() case render::Camera::Overview: break; } - local_controlflags = local_controlflags | core::EntityControlable::ControlFlagOverride; } } else { |