Pops a positional instance
| 2247 | |
| 2248 | // Pops a positional instance |
| 2249 | void DonePolyModelPosInstance() { |
| 2250 | Instance_vec_cnt--; |
| 2251 | |
| 2252 | if (Instance_vec_cnt == 0) |
| 2253 | memset(&Interp_pos_instance_vec, 0, sizeof(vector)); |
| 2254 | else |
| 2255 | Interp_pos_instance_vec = Instance_vec_stack[Instance_vec_cnt]; |
| 2256 | } |
| 2257 | |
| 2258 | void SetNormalizedTimeObjTimed(object *obj, float *normalized_time) { |
| 2259 | int i, j; |
no outgoing calls
no test coverage detected