| 243 | #endif |
| 244 | |
| 245 | int SlewStop(object *obj) { |
| 246 | if (!obj) |
| 247 | return 0; |
| 248 | |
| 249 | vm_MakeZero(&obj->mtype.phys_info.velocity); |
| 250 | |
| 251 | return 1; |
| 252 | } |
| 253 | |
| 254 | // Resets object's orientation |
| 255 | void SlewResetOrient(object *obj) { |
no test coverage detected