| 891 | } |
| 892 | |
| 893 | void zNPCPrawn::apply_pending() |
| 894 | { |
| 895 | pending.change = 0; |
| 896 | disco->set_state_range(pending.pattern.min, pending.pattern.max, SM_NPC_DEAD); |
| 897 | disco->set_transition_delay(pending.transition_delay); |
| 898 | disco->set_state_delay(pending.state_delay); |
| 899 | } |
| 900 | |
| 901 | // void zNPCPrawn::set_floor_state(zNPCPrawn::floor_state_enum, bool, bool) |
| 902 | // { |
nothing calls this directly
no test coverage detected