| 1044 | CallMultiScoreDLL(CDT_EVT_PLAYER_LEFT, Players[playernum].callsign); |
| 1045 | } |
| 1046 | void ScoreAPIPlayerJoin(int playernum) { |
| 1047 | if (ScoreAPIShouldBail()) |
| 1048 | return; |
| 1049 | CallMultiScoreDLL(CDT_EVT_PLAYER_JOINS, Players[playernum].callsign); |
| 1050 | } |
| 1051 | void ScoreAPIGameOver() { |
| 1052 | player_score_matrix sm; |
| 1053 |
no test coverage detected