Merge remote-tracking branch 'remotes/origin/master' into asmjit
This commit is contained in:
commit
8e46cb3a21
30 changed files with 320 additions and 351 deletions
|
|
@ -6485,7 +6485,7 @@ void P_FindBelowIntersectors(AActor *actor)
|
|||
|
||||
void P_DoCrunch(AActor *thing, FChangePosition *cpos)
|
||||
{
|
||||
if (!(thing && thing->Grind(true) && cpos)) return;
|
||||
if (!(thing && thing->CallGrind(true) && cpos)) return;
|
||||
cpos->nofit = true;
|
||||
|
||||
if ((cpos->crushchange > 0) && !(level.maptime & 3))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue