summaryrefslogtreecommitdiff
path: root/src/doom/p_doors.c
diff options
context:
space:
mode:
authorSimon Howard2012-12-24 00:03:41 +0000
committerSimon Howard2012-12-24 00:03:41 +0000
commitf1934e990d7c6d8034650fa09b8a175b542330ba (patch)
tree2f7a6c1079f98ab9f3a54a6d6354fc7675e4c39e /src/doom/p_doors.c
parentea5b5f171623740a74f1b2bef80527c044373502 (diff)
parentadbfa3216cf3ef6f71cc5b6b22c25a04ae737212 (diff)
downloadchocolate-doom-f1934e990d7c6d8034650fa09b8a175b542330ba.tar.gz
chocolate-doom-f1934e990d7c6d8034650fa09b8a175b542330ba.tar.bz2
chocolate-doom-f1934e990d7c6d8034650fa09b8a175b542330ba.zip
Merge from trunk.
Subversion-branch: /branches/v2-branch Subversion-revision: 2553
Diffstat (limited to 'src/doom/p_doors.c')
-rw-r--r--src/doom/p_doors.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/doom/p_doors.c b/src/doom/p_doors.c
index 89b65328..6a0bea3a 100644
--- a/src/doom/p_doors.c
+++ b/src/doom/p_doors.c
@@ -347,7 +347,6 @@ EV_VerticalDoor
mobj_t* thing )
{
player_t* player;
- int secnum;
sector_t* sec;
vldoor_t* door;
int side;
@@ -402,7 +401,6 @@ EV_VerticalDoor
// if the sector has an active thinker, use it
sec = sides[ line->sidenum[side^1]] .sector;
- secnum = sec-sectors;
if (sec->specialdata)
{