Skip to content
Snippets Groups Projects
Commit e2a4c59e authored by Monster Iestyn's avatar Monster Iestyn
Browse files

cv_controlperkey probably belongs in g_input.h too

parent 4b7af892
No related branches found
No related tags found
2 merge requests!488Merge in next and don't billboard papersprites in GL,!294MI minor refactoring
......@@ -32,7 +32,6 @@ extern consvar_t cv_joyport2;
#endif
extern consvar_t cv_joyscale;
extern consvar_t cv_joyscale2;
extern consvar_t cv_controlperkey;
// splitscreen with second mouse
extern consvar_t cv_mouse2port;
......
......@@ -127,6 +127,7 @@ typedef enum
// mouse values are used once
extern consvar_t cv_mousesens, cv_mouseysens;
extern consvar_t cv_mousesens2, cv_mouseysens2;
extern consvar_t cv_controlperkey;
extern INT32 mousex, mousey;
extern INT32 mlooky; //mousey with mlookSensitivity
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment