| 10818 | } |
| 10819 | |
| 10820 | void ObjectRemove(int object) { |
| 10821 | msafe_struct ms; |
| 10822 | ms.objhandle = object; |
| 10823 | ms.playsound = 0; |
| 10824 | MSafe_CallFunction(MSAFE_OBJECT_REMOVE, &ms); |
| 10825 | } |
| 10826 | |
| 10827 | //------------------ |
| 10828 | // Bouncing Betty class |
no outgoing calls
no test coverage detected