summaryrefslogtreecommitdiffstats
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
mobj_t* thing )
{
player_t* player;
- int secnum;
sector_t* sec;
vldoor_t* door;
@@ -492,7 +491,6 @@ int EV_VerticalDoor
// get the sector on the second side of activating linedef
sec = sides[line->sidenum[1]].sector;
- secnum = sec-sectors;
/* if door already has a thinker, use it
* cph 2001/04/05 -