From fb1ff3c97adda21d22d94f7e639984e312931ff6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sergio=20Valor=20Mart=C3=ADnez?= Date: Mon, 23 Aug 2021 08:11:24 +0200 Subject: [PATCH] working on 2players --- source/game.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/game.cpp b/source/game.cpp index 617b688..a31084d 100644 --- a/source/game.cpp +++ b/source/game.cpp @@ -2334,7 +2334,7 @@ void Game::throwCoffee(int x, int y) mSmartSprite[index]->setRotateAmount(90.0); } -// Crea un SmartSprite para arrojar el item café al recibir un impacto +// Crea un SmartSprite para arrojar al jugador al morir void Game::throwPlayer(int x, int y) { const int sentit = ((rand() % 2) ? 1 : -1);