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-02-28 22:39:18 +0000
committerStijn Buys <ingar@osirion.org>2015-02-28 22:39:18 +0000
commit9a5af746d505625d49130d74da61a59af8cda4a4 (patch)
treee6341fbfa0baff9f17484dc7736eb0d807ead0fc /src/client/input.cc
parent3fc2e602f059dee3f92a9f0063f43eecccb48a1f (diff)
Corrected HUD autopilot button status.
Diffstat (limited to 'src/client/input.cc')
-rw-r--r--src/client/input.cc3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/client/input.cc b/src/client/input.cc
index dadc027..85d8526 100644
--- a/src/client/input.cc
+++ b/src/client/input.cc
@@ -1076,7 +1076,8 @@ void frame()
break;
}
- } else if (mouse_control)
+ }
+ else if (mouse_control)
{
// mouse is controling direction
switch (render::camera().mode())