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>2008-07-20 23:10:08 +0000
committerStijn Buys <ingar@osirion.org>2008-07-20 23:10:08 +0000
commitac3ca340c9502e2e0c83c75d5aba5211429e25ae (patch)
treec274e47559cee9504af279d9c010c08214fd1691 /src/client/input.h
parent6e7540c701059ca82de7cc5e2f5089578ab5c469 (diff)
targetting
Diffstat (limited to 'src/client/input.h')
-rw-r--r--src/client/input.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/client/input.h b/src/client/input.h
index 201f4e9..96192f8 100644
--- a/src/client/input.h
+++ b/src/client/input.h
@@ -29,10 +29,11 @@ extern int mouse_y;
extern bool mouse_deadzone;
extern bool mouse_control;
+extern bool mouse_control_override;
} // namespace input
-extern core::Cvar *cl_mousecontrol;
+extern core::Cvar *input_mousecontrol;
} // namespace client