SVN r68 (trunk)

This commit is contained in:
Christoph Oelckers 2006-04-27 15:12:17 +00:00
commit 19a7cf743e
6 changed files with 11 additions and 5 deletions

View file

@ -1477,6 +1477,7 @@ void P_LoadLineDefs (int lump)
P_AdjustLine (ld);
P_SaveLineSpecial (ld);
if (level.flags&LEVEL_CLIPMIDTEX) ld.flags|=ML_CLIP_MIDTEX;
}
}
@ -1547,6 +1548,7 @@ void P_LoadLineDefs2 (int lump)
P_AdjustLine (ld);
P_SaveLineSpecial (ld);
if (level.flags&LEVEL_CLIPMIDTEX) ld.flags|=ML_CLIP_MIDTEX;
}
}