| 3294 | } |
| 3295 | |
| 3296 | void SyncInitPlr(Player &player) |
| 3297 | { |
| 3298 | SetPlrAnims(player); |
| 3299 | SyncInitPlrPos(player); |
| 3300 | if (&player != MyPlayer) |
| 3301 | player.lightId = NO_LIGHT; |
| 3302 | } |
| 3303 | |
| 3304 | void CheckStats(Player &player) |
| 3305 | { |
no test coverage detected