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
339ceafd
Commit
339ceafd
authored
5 years ago
by
James R.
Browse files
Options
Downloads
Patches
Plain Diff
Remove adminplayer from SERVERINFO (PACKETVERSION 2)
parent
84ac743d
No related branches found
Branches containing commit
No related tags found
Tags containing commit
2 merge requests
!718
Rename R_IsPointInSubsector to R_PointInSubsectorOrNull/Nil
,
!686
Kill adminplayer for good
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/d_clisrv.h
+1
-2
1 addition, 2 deletions
src/d_clisrv.h
with
1 addition
and
2 deletions
src/d_clisrv.h
+
1
−
2
View file @
339ceafd
...
...
@@ -27,7 +27,7 @@ This version is independent of the mod name, and standard
version and subversion. It should only account for the
basic fields of the packet, and change infrequently.
*/
#define PACKETVERSION
1
#define PACKETVERSION
2
// Network play related stuff.
// There is a data struct that stores network
...
...
@@ -366,7 +366,6 @@ typedef struct
UINT8
cheatsenabled
;
UINT8
isdedicated
;
UINT8
fileneedednum
;
SINT8
adminplayer
;
tic_t
time
;
tic_t
leveltime
;
char
servername
[
MAXSERVERNAME
];
...
...
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