Upgraded the portal code to work with the new tagManager system. Was uncompilable

This commit is contained in:
ZZYZX 2015-06-07 21:27:20 +03:00
commit d0df4c1744
3 changed files with 4 additions and 3 deletions

View file

@ -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)