mirror of
https://git.do.srb2.org/STJr/SRB2.git
synced 2024-11-22 04:21:23 +00:00
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
This commit is contained in:
commit
d18fc8882f
1 changed files with 2 additions and 1 deletions
|
@ -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;
|
||||||
|
|
Loading…
Reference in a new issue