- added Gez's automap patch to mark trigger lines.

SVN r3040 (trunk)
This commit is contained in:
Christoph Oelckers 2010-12-15 00:14:42 +00:00
commit e7eb43a343
5 changed files with 31 additions and 6 deletions

View file

@ -1781,6 +1781,7 @@ void P_SetLineID (line_t *ld)
{
ld->id = ld->args[0];
}
ld->special = 0;
break;
case TranslucentLine: