Skip to content

Commit

Permalink
Fixed: Located another $degenleaf issue in R_InitFakeRadioForMap()
Browse files Browse the repository at this point in the history
  • Loading branch information
danij-deng committed Sep 1, 2012
1 parent 7bdba1d commit 9297cd0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doomsday/engine/portable/src/r_fakeradio.c
Expand Up @@ -274,7 +274,7 @@ void R_InitFakeRadioForMap(void)

for(j = 0; j < 2; ++j)
{
if(!line->L_sidedef(j)) continue;
if(!line->L_sector(j) || !line->L_sidedef(j)) continue;

vtx0 = line->L_v(j);
vtx1 = line->L_v(j^1);
Expand Down

0 comments on commit 9297cd0

Please sign in to comment.