| 66 | } |
| 67 | |
| 68 | void interactive_motion::state_end(CPhysicsShell* s) |
| 69 | { |
| 70 | flags.set(fl_switch_dm_toragdoll, FALSE); |
| 71 | flags.set(fl_use_death_motion, FALSE); |
| 72 | s->Enable(); |
| 73 | s->remove_ObjectContactCallback(get_depth); |
| 74 | ////set and velocities |
| 75 | s->AnimToVelocityState(Device.fTimeDelta, default_l_limit * 10, default_w_limit * 10); |
| 76 | } |
| 77 | |
| 78 | void interactive_motion::state_end() |
| 79 | { |
nothing calls this directly
no test coverage detected