torned think on borg_elevator back off so we can do a beta-release with this.

Signed-off-by: Harry Young <hendrik.gerritzen@googlemail.com>
This commit is contained in:
Harry Young 2012-11-18 01:27:25 +01:00
parent 9d9fff392b
commit 94ffb3ea61
1 changed files with 2 additions and 2 deletions

View File

@ -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);