minor changes
This commit is contained in:
@ -214,6 +214,7 @@ player_t *Game::getFreePlayer() {
|
||||
if (player[i].status == 0)
|
||||
return &player[i];
|
||||
}
|
||||
return 0;
|
||||
}
|
||||
|
||||
player_t *Game::spawnPlayer(Team *team) {
|
||||
|
Reference in New Issue
Block a user