Added standard teleports to line prediction
- Added standard teleports to line prediction - Menudef for line special prediction
This commit is contained in:
parent
53b6e7d4d5
commit
9e68983b44
3 changed files with 20 additions and 11 deletions
|
|
@ -422,7 +422,8 @@ bool P_PredictLine(line_t *line, AActor *mo, int side, int activationType)
|
|||
BYTE special;
|
||||
|
||||
// Only predict a very specifc section of specials
|
||||
if (line->special != Teleport_Line)
|
||||
if (line->special != Teleport_Line &&
|
||||
line->special != Teleport)
|
||||
{
|
||||
return false;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue