mirror of
https://github.com/UberGames/rpgxEF.git
synced 2025-03-17 08:01:05 +00:00
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:
parent
9d9fff392b
commit
94ffb3ea61
1 changed files with 2 additions and 2 deletions
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue