| 393 | } |
| 394 | |
| 395 | void restoreposition(short p[]) |
| 396 | { |
| 397 | loopi(3) player1->o.v[i] = float(p[i]) / DMF; |
| 398 | player1->yaw = p[3]; |
| 399 | player1->pitch = p[4]; |
| 400 | player1->resetinterp(); |
| 401 | } |
| 402 | |
| 403 | void restoreposition(block &sel) |
| 404 | { |
no test coverage detected