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
376d6cd6
Commit
376d6cd6
authored
4 years ago
by
Tatsuru
Browse files
Options
Downloads
Patches
Plain Diff
Don't try to free patches in dedicated
parent
d71b99a5
No related branches found
Branches containing commit
No related tags found
Tags containing commit
1 merge request
!1475
Fix a dedicated crash in Special Stage intermissions (2.2.9 RC1)
Changes
1
Hide 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 @
376d6cd6
...
...
@@ -2069,7 +2069,8 @@ static void Y_AwardSpecialStageBonus(void)
//
void
Y_EndIntermission
(
void
)
{
Y_UnloadData
();
if
(
!
dedicated
)
Y_UnloadData
();
endtic
=
-
1
;
intertype
=
int_none
;
...
...
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