1
0
mirror of https://github.com/JezuzLizard/BO2-Reimagined.git synced 2025-06-12 08:08:00 -05:00

Die Rise: remove elevator call move wait

This commit is contained in:
Jbleezy
2023-04-10 22:36:24 -07:00
parent a7f8615c65
commit 25e07b0cb2

View File

@ -148,6 +148,9 @@ elevator_think( elevator )
elevator.body setanim( level.perk_elevators_anims[elevator.body.perk_type][1] );
}
if ( isdefined( elevator.body.force_starting_floor ) )
skipinitialwait = 1;
next = elevator_next_floor( elevator, next, 0 );
if ( isdefined( elevator.floors["" + ( next + 1 )] ) )