| 3856 | } |
| 3857 | |
| 3858 | void SyncInitPlr(int pnum) |
| 3859 | { |
| 3860 | if ((DWORD)pnum >= MAX_PLRS) { |
| 3861 | app_fatal("SyncInitPlr: illegal player %d", pnum); |
| 3862 | } |
| 3863 | |
| 3864 | SetPlrAnims(pnum); |
| 3865 | SyncInitPlrPos(pnum); |
| 3866 | } |
| 3867 | |
| 3868 | void CheckStats(int p) |
| 3869 | { |
no test coverage detected