- removed Line_SetVisualPortal special. This will be folded into Line_SetPortal later

This commit is contained in:
Christoph Oelckers 2016-02-05 14:24:20 +01:00
commit 6639984772
3 changed files with 2 additions and 5 deletions

View file

@ -1962,7 +1962,6 @@ void P_SetLineID (int i, line_t *ld)
break;
case Line_SetPortal:
case Line_SetVisualPortal:
setid = ld->args[1]; // 0 = target id, 1 = this id, 2 = plane anchor
break;
}