- changed line_t's sidenum into sidedef pointers.

git-svn-id: http://mancubus.net/svn/hosted/gzdoom/trunk@445 b0f79afe-0144-0410-b225-9a4edf0717df
This commit is contained in:
Christoph Oelckers 2009-09-06 21:11:24 +00:00
parent 3140480059
commit 44fcd47cdf
38 changed files with 253 additions and 241 deletions

View file

@ -648,7 +648,7 @@ void R_AddLine (seg_t *line)
}
else
{ // The seg is only part of the wall.
if (line->linedef->sidenum[0] != DWORD(line->sidedef - sides))
if (line->linedef->sidedef[0] != line->sidedef)
{
swap (v1, v2);
}