incrementing player stats

This commit is contained in:
devZoGok
2023-12-30 11:23:55 +02:00
parent 31eba177cb
commit 86a0c7d24d
8 changed files with 38 additions and 18 deletions
+2
View File
@@ -55,6 +55,8 @@ namespace battleship{
unitQueue.erase(unitQueue.begin());
trainingStatus = 0;
player->incVehiclesBuilt();
}
}
}