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
38ec0cc5
Commit
38ec0cc5
authored
8 years ago
by
Monster Iestyn
Browse files
Options
Downloads
Patches
Plain Diff
These convar externs aren't moving files, I'm just shifting them up to live with their relatives
parent
0ad0f8af
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
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/d_netcmd.h
+6
-7
6 additions, 7 deletions
src/d_netcmd.h
with
6 additions
and
7 deletions
src/d_netcmd.h
+
6
−
7
View file @
38ec0cc5
...
...
@@ -20,6 +20,12 @@
// console vars
extern
consvar_t
cv_playername
;
extern
consvar_t
cv_playercolor
;
extern
consvar_t
cv_skin
;
// secondary splitscreen player
extern
consvar_t
cv_playername2
;
extern
consvar_t
cv_playercolor2
;
extern
consvar_t
cv_skin2
;
#ifdef SEENAMES
extern
consvar_t
cv_seenames
,
cv_allowseenames
;
#endif
...
...
@@ -47,13 +53,6 @@ extern consvar_t cv_itemrespawn;
extern
consvar_t
cv_flagtime
;
extern
consvar_t
cv_suddendeath
;
extern
consvar_t
cv_skin
;
// secondary splitscreen player
extern
consvar_t
cv_playername2
;
extern
consvar_t
cv_playercolor2
;
extern
consvar_t
cv_skin2
;
extern
consvar_t
cv_touchtag
;
extern
consvar_t
cv_hidetime
;
...
...
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