Skip to content
Snippets Groups Projects
Commit d18fc888 authored by LJ Sonic's avatar LJ Sonic
Browse files

Merge branch 'dont-load-dont-unload' into 'next'

Fix a dedicated crash in Special Stage intermissions (2.2.9 RC1)

See merge request STJr/SRB2!1475
parents 1d07fc2d 376d6cd6
Branches
No related tags found
No related merge requests found
...@@ -2069,7 +2069,8 @@ static void Y_AwardSpecialStageBonus(void) ...@@ -2069,7 +2069,8 @@ static void Y_AwardSpecialStageBonus(void)
// //
void Y_EndIntermission(void) void Y_EndIntermission(void)
{ {
Y_UnloadData(); if (!dedicated)
Y_UnloadData();
endtic = -1; endtic = -1;
intertype = int_none; intertype = int_none;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment