Move r_scene into a class
This commit is contained in:
parent
1c4e0c6385
commit
5ea28897af
5 changed files with 36 additions and 23 deletions
|
|
@ -638,7 +638,7 @@ namespace swrenderer
|
|||
linedef = curline->linedef;
|
||||
|
||||
// mark the segment as visible for auto map
|
||||
if (!r_dontmaplines) linedef->flags |= ML_MAPPED;
|
||||
if (!RenderScene::Instance()->DontMapLines()) linedef->flags |= ML_MAPPED;
|
||||
|
||||
midtexture = toptexture = bottomtexture = 0;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue