From 94ffb3ea61d61686b4e597cd4cfecaae5bb29b50 Mon Sep 17 00:00:00 2001 From: Harry Young Date: Sun, 18 Nov 2012 01:27:25 +0100 Subject: [PATCH] torned think on borg_elevator back off so we can do a beta-release with this. Signed-off-by: Harry Young --- code/game/g_mover.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/code/game/g_mover.c b/code/game/g_mover.c index 0a06b9c..9ad172d 100644 --- a/code/game/g_mover.c +++ b/code/game/g_mover.c @@ -3623,8 +3623,8 @@ void SP_func_borg_elevator( gentity_t *ent ) //Only one of these entities needs to think/monitoring upper->count = 1; upper->think = borg_elevator_think; - upper->nextthink = level.time + 1000; //start moving in a sec - //upper->nextthink = -1; //think-function is bugged but spawn works so spawn but do not think for now. + //upper->nextthink = level.time + 1000; //start moving in a sec + upper->nextthink = -1; //think-function is bugged but spawn works so spawn but do not think for now. trap_LinkEntity (upper); trap_LinkEntity (lower);