why the fuck was this here

This commit is contained in:
Thomas 2022-01-09 00:43:15 +01:00
parent 1b46599598
commit 19dd72a9f6
No known key found for this signature in database
GPG Key ID: E538821A6CDFDAD7

View File

@ -185,7 +185,7 @@ bool Game::checkTorpedosAndInvaders() {
pos.getX(), pos.getX() + confData.invadersSize)){
InvaderType invType = grid[i][grid[i].size()];
InvaderType invType = grid[i][grid[i].size()-1];
players[tor_ite->owner].score += confData.invadersDef.at(invType).points;
torpedos.erase(tor_ite);