From 6582edea98876b8f5797429e76f8fc253f83747a Mon Sep 17 00:00:00 2001 From: Stijn Buys Date: Mon, 2 Jun 2008 16:44:40 +0000 Subject: restored cl_mousecontrol cvar --- src/client/input.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/client/input.h') diff --git a/src/client/input.h b/src/client/input.h index 87f7dfe..201f4e9 100644 --- a/src/client/input.h +++ b/src/client/input.h @@ -32,6 +32,8 @@ extern bool mouse_control; } // namespace input +extern core::Cvar *cl_mousecontrol; + } // namespace client #endif // __INCLUDED_cLIENT_INPUT_H__ -- cgit v1.2.3