mirror of
https://git.do.srb2.org/STJr/SRB2.git
synced 2025-01-22 01:01:45 +00:00
Fix unadapted flag for linedef type 426
This commit is contained in:
parent
f5cda9f64c
commit
9af28321a5
1 changed files with 1 additions and 1 deletions
|
@ -2664,7 +2664,7 @@ static void P_ProcessLineSpecial(line_t *line, mobj_t *mo, sector_t *callsec)
|
|||
|
||||
// Reset bot too.
|
||||
if (bot) {
|
||||
if (line->flags & ML_NOCLIMB)
|
||||
if (line->args[0])
|
||||
P_TeleportMove(bot, mo->x, mo->y, mo->z);
|
||||
bot->momx = bot->momy = bot->momz = 1;
|
||||
bot->pmomz = 0;
|
||||
|
|
Loading…
Reference in a new issue