AI builds a taskforce

bugfixes and optimizations
This commit is contained in:
devZoGok
2024-02-09 20:21:38 +02:00
parent e6c250ed09
commit d1394e9f2a
7 changed files with 83 additions and 8 deletions
+1 -1
View File
@@ -11,7 +11,7 @@ namespace battleship{
using namespace gameBase;
using namespace std;
Player::Player(int diff, int fac, int t, Vector3 col, bool cpuPl, Vector3 sp, string n) : difficulty(diff), faction(fac), team(t), color(col), cpuPlayer(cpuPl), spawnPoint(sp), name(n), refineds(10000) {}
Player::Player(int diff, int fac, int t, Vector3 col, bool cpuPl, Vector3 sp, string n) : difficulty(diff), faction(fac), team(t), color(col), cpuPlayer(cpuPl), spawnPoint(sp), name(n), refineds(30000) {}
Player::~Player() {}