| 615 | } |
| 616 | |
| 617 | void Monster::SetOnFloor( const bool on_floor ) |
| 618 | { |
| 619 | if( on_floor ) |
| 620 | vertical_speed_= 0.0f; |
| 621 | } |
| 622 | |
| 623 | void Monster::Teleport( const m_Vec3& pos, const float angle ) |
| 624 | { |
nothing calls this directly
no outgoing calls
no test coverage detected