Upgraded the portal code to work with the new tagManager system. Was uncompilable
This commit is contained in:
parent
31cad858d9
commit
d0df4c1744
3 changed files with 4 additions and 3 deletions
|
|
@ -1964,7 +1964,7 @@ void P_SetLineID (int i, line_t *ld)
|
|||
|
||||
case Line_SetPortal:
|
||||
case Line_SetVisualPortal:
|
||||
ld->id = ld->args[1]; // 0 = target id, 1 = this id, 2 = plane anchor
|
||||
setid = ld->args[1]; // 0 = target id, 1 = this id, 2 = plane anchor
|
||||
break;
|
||||
}
|
||||
if (setid != -1)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue