minor changes

This commit is contained in:
Gero Müller
2011-10-07 12:07:36 +02:00
parent dafe52c4cd
commit dbed4abb0b
4 changed files with 70 additions and 52 deletions

View File

@ -214,6 +214,7 @@ player_t *Game::getFreePlayer() {
if (player[i].status == 0)
return &player[i];
}
return 0;
}
player_t *Game::spawnPlayer(Team *team) {