summaryrefslogtreecommitdiff
path: root/src/strife/p_doors.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/strife/p_doors.c')
-rw-r--r--src/strife/p_doors.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/strife/p_doors.c b/src/strife/p_doors.c
index 37e79e37..71831c68 100644
--- a/src/strife/p_doors.c
+++ b/src/strife/p_doors.c
@@ -218,7 +218,9 @@ void T_VerticalDoor(vldoor_t* door)
// EV_DoLockedDoor
// Move a locked door up/down
//
-
+// [STRIFE] This game has a crap load of keys. And this function doesn't even
+// deal with all of them...
+//
int EV_DoLockedDoor(line_t* line, vldoor_e type, mobj_t* thing)
{
player_t* p;