adding choosable and civilian players separately

This commit is contained in:
devZoGok
2025-07-06 15:05:28 +03:00
parent f072ad1586
commit 9a2db1d0ba
4 changed files with 52 additions and 43 deletions
+1 -1
View File
@@ -73,7 +73,7 @@ namespace battleship{
for(int i = 0; i < numPlayers; i++)
game->addPlayer(new Player(0, 0, 0, Vector3(1, 1, 1)));
map->loadPlayerGameObjects();
map->loadPlayersGameObjects();
}
}