Skip to content

Commit

Permalink
Revert "Map Renderer|Fixed: Crash in Hexen map08"
Browse files Browse the repository at this point in the history
This reverts commit 8f6c879.
  • Loading branch information
danij-deng committed May 8, 2012
1 parent db772ec commit 10a1673
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions doomsday/engine/portable/src/linedef.c
Expand Up @@ -426,11 +426,6 @@ boolean LineDef_BackClosed(const LineDef* lineDef, int side, boolean ignoreOpaci
assert(lineDef);

if(!lineDef->L_side(side^1)) return true;

/// @todo What is the correct behavior here? Linedef with a null back side
/// in Hexen map08. -jk
if(!lineDef->L_side(side)) return true;

if(lineDef->L_backsector == lineDef->L_frontsector) return false; // Never.

frontSec = lineDef->L_sector(side);
Expand Down

0 comments on commit 10a1673

Please sign in to comment.