summaryrefslogtreecommitdiff
path: root/apps/plugins/doom/p_doors.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugins/doom/p_doors.c')
-rw-r--r--apps/plugins/doom/p_doors.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/apps/plugins/doom/p_doors.c b/apps/plugins/doom/p_doors.c
index 0b6d777e17..750b3474bd 100644
--- a/apps/plugins/doom/p_doors.c
+++ b/apps/plugins/doom/p_doors.c
@@ -434,7 +434,6 @@ int EV_VerticalDoor
434 mobj_t* thing ) 434 mobj_t* thing )
435{ 435{
436 player_t* player; 436 player_t* player;
437 int secnum;
438 sector_t* sec; 437 sector_t* sec;
439 vldoor_t* door; 438 vldoor_t* door;
440 439
@@ -492,7 +491,6 @@ int EV_VerticalDoor
492 491
493 // get the sector on the second side of activating linedef 492 // get the sector on the second side of activating linedef
494 sec = sides[line->sidenum[1]].sector; 493 sec = sides[line->sidenum[1]].sector;
495 secnum = sec-sectors;
496 494
497 /* if door already has a thinker, use it 495 /* if door already has a thinker, use it
498 * cph 2001/04/05 - 496 * cph 2001/04/05 -