Skip to content

Commit

Permalink
Fixed BUG #1550285. Well spotted zachkeene.
Browse files Browse the repository at this point in the history
  • Loading branch information
danij committed Sep 3, 2006
1 parent d80917e commit 402d5f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doomsday/plugins/jheretic/src/p_spec.c
Expand Up @@ -368,7 +368,7 @@ int P_FindSectorFromLineTag(line_t *line, int start)
int i;
xline_t *xline;

xline = &xlines[P_ToIndex(line)];
xline = P_XLine(line);


for(i = start + 1; i < numsectors; i++)
Expand Down

0 comments on commit 402d5f8

Please sign in to comment.