diff --git a/source/game.cpp b/source/game.cpp index 137e9f5..c7c487d 100644 --- a/source/game.cpp +++ b/source/game.cpp @@ -259,9 +259,9 @@ void Game::init(int playerID) } // AƱade 0, 1 o 2 cafes al jugador - // for (int i = 0; i < rand() % 4; ++i) + for (int i = 0; i < rand() % 3; ++i) { - players[0]->hasExtraHit(); + players[0]->giveExtraHit(); } // Deshabilita los sonidos