| 4944 | } |
| 4945 | |
| 4946 | void zEntPlayer_StoreCheckPoint(xVec3* pos, F32 rot, U32 initCamID) |
| 4947 | { |
| 4948 | if (pos != NULL) |
| 4949 | { |
| 4950 | globals.player.cp.pos = *pos; |
| 4951 | globals.player.cp.rot = rot; |
| 4952 | globals.player.cp.initCamID = initCamID; |
| 4953 | } |
| 4954 | } |
| 4955 | |
| 4956 | void zEntPlayer_LoadCheckPoint() |
| 4957 | { |
no outgoing calls
no test coverage detected