| 730 | { |
| 731 | } |
| 732 | static xModelInstance* get_hook_model() |
| 733 | { |
| 734 | if (shared.hook == NULL || shared.hook->ent == NULL) |
| 735 | { |
| 736 | return NULL; |
| 737 | } |
| 738 | return shared.hook->ent->model; |
| 739 | } |
| 740 | static void fade_hook_reset() |
| 741 | { |
| 742 | if ((shared.flags & 0x60) == 0) |
no outgoing calls
no test coverage detected