mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-04-26 03:51:50 +00:00
MI made a good argument for bossdisabled not being conditional on fromnetsave.
This commit is contained in:
parent
5e6a3f0297
commit
3d0eece7fc
1 changed files with 3 additions and 5 deletions
|
|
@ -6422,10 +6422,10 @@ void P_SpawnSpecials(INT32 fromnetsave)
|
||||||
|
|
||||||
// This used to be used, and *should* be used in the future,
|
// This used to be used, and *should* be used in the future,
|
||||||
// but currently isn't.
|
// but currently isn't.
|
||||||
//(void)fromnetsave; -- hooray, it's used!
|
(void)fromnetsave;
|
||||||
|
|
||||||
if (!fromnetsave)
|
// yep, we do this here - "bossdisabled" is considered an apparatus of specials.
|
||||||
bossdisabled = 0;
|
bossdisabled = 0;
|
||||||
|
|
||||||
// Init special SECTORs.
|
// Init special SECTORs.
|
||||||
sector = sectors;
|
sector = sectors;
|
||||||
|
|
@ -7325,8 +7325,6 @@ void P_SpawnSpecials(INT32 fromnetsave)
|
||||||
lines[i].tag);
|
lines[i].tag);
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
if (fromnetsave)
|
|
||||||
break;
|
|
||||||
if (!(lines[i].flags & ML_NOCLIMB))
|
if (!(lines[i].flags & ML_NOCLIMB))
|
||||||
{
|
{
|
||||||
bossdisabled |= (1<<bossid); // gotta disable in the first place to enable
|
bossdisabled |= (1<<bossid); // gotta disable in the first place to enable
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue