mirror of
https://git.do.srb2.org/STJr/SRB2.git
synced 2024-11-22 04:21:23 +00:00
Don't try to free patches in dedicated
This commit is contained in:
parent
d71b99a56b
commit
376d6cd6a2
1 changed files with 2 additions and 1 deletions
|
@ -2069,7 +2069,8 @@ static void Y_AwardSpecialStageBonus(void)
|
|||
//
|
||||
void Y_EndIntermission(void)
|
||||
{
|
||||
Y_UnloadData();
|
||||
if (!dedicated)
|
||||
Y_UnloadData();
|
||||
|
||||
endtic = -1;
|
||||
intertype = int_none;
|
||||
|
|
Loading…
Reference in a new issue