Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
SRB2
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
STJr
SRB2
Commits
e2a4c59e
Commit
e2a4c59e
authored
8 years ago
by
Monster Iestyn
Browse files
Options
Downloads
Patches
Plain Diff
cv_controlperkey probably belongs in g_input.h too
parent
4b7af892
No related branches found
Branches containing commit
No related tags found
Tags containing commit
2 merge requests
!488
Merge in next and don't billboard papersprites in GL
,
!294
MI minor refactoring
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
src/d_netcmd.h
+0
-1
0 additions, 1 deletion
src/d_netcmd.h
src/g_input.h
+1
-0
1 addition, 0 deletions
src/g_input.h
with
1 addition
and
1 deletion
src/d_netcmd.h
+
0
−
1
View file @
e2a4c59e
...
...
@@ -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
;
...
...
This diff is collapsed.
Click to expand it.
src/g_input.h
+
1
−
0
View file @
e2a4c59e
...
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment