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
Package registry
Model registry
Operate
Terraform modules
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
John Peter Sa
SRB2
Commits
6062223e
Commit
6062223e
authored
8 years ago
by
Monster Iestyn
Browse files
Options
Downloads
Plain Diff
Merge branch 'master' into next
parents
1781ccf4
c23cf25f
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/y_inter.c
+2
-1
2 additions, 1 deletion
src/y_inter.c
with
2 additions
and
1 deletion
src/y_inter.c
+
2
−
1
View file @
6062223e
...
@@ -965,7 +965,8 @@ void Y_StartIntermission(void)
...
@@ -965,7 +965,8 @@ void Y_StartIntermission(void)
}
}
// We couldn't display the intermission even if we wanted to.
// We couldn't display the intermission even if we wanted to.
if
(
dedicated
)
return
;
// But we still need to give the players their score bonuses, dummy.
//if (dedicated) return;
// This should always exist, but just in case...
// This should always exist, but just in case...
if
(
!
mapheaderinfo
[
prevmap
])
if
(
!
mapheaderinfo
[
prevmap
])
...
...
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