mirror of
https://git.do.srb2.org/STJr/SRB2.git
synced 2024-11-15 01:01:33 +00:00
Merge branch 'fix-udmf-boss3' into 'next'
Use udmf mt arg 4 for pinch phase LE in boss 3 Closes #910 See merge request STJr/SRB2!1869
This commit is contained in:
commit
8109514b73
1 changed files with 1 additions and 1 deletions
|
@ -4448,7 +4448,7 @@ static void P_Boss3Thinker(mobj_t *mobj)
|
|||
|
||||
CONS_Debug(DBG_GAMELOGIC, "Eggman path %d - Dummy selected paths %d and %d\n", way0, way1, way2);
|
||||
if (mobj->spawnpoint)
|
||||
P_LinedefExecute(mobj->spawnpoint->args[3], mobj, NULL);
|
||||
P_LinedefExecute(mobj->spawnpoint->args[4], mobj, NULL);
|
||||
}
|
||||
}
|
||||
else if (mobj->movecount) // Firing mode
|
||||
|
|
Loading…
Reference in a new issue