mirror of
https://git.do.srb2.org/STJr/SRB2.git
synced 2024-11-14 17:01:07 +00:00
Merge remote-tracking branch 'katsy/spikysituation' into 2210-rc1
This commit is contained in:
commit
c1bf16eb09
1 changed files with 3 additions and 0 deletions
|
@ -13007,7 +13007,10 @@ static boolean P_SetupSpawnedMapThing(mapthing_t *mthing, mobj_t *mobj, boolean
|
|||
P_SetMobjState(mobj, mobj->info->meleestate);
|
||||
}
|
||||
else
|
||||
{
|
||||
mobj->floorz = mobj->z;
|
||||
mobj->flags |= MF_NOTHINK;
|
||||
}
|
||||
// no collision for spikes if the ambush flag is checked
|
||||
if ((mthing->options & MTF_AMBUSH) || metalrecording)
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue