Ya recuerda los items recogidos

This commit is contained in:
2022-08-27 16:39:44 +02:00
parent ce33b4e10c
commit 17b10a8fef
6 changed files with 47 additions and 22 deletions

View File

@@ -448,6 +448,7 @@ int Player::checkActors()
{
diamonds++;
JA_PlaySound(sound_coin);
map->getItem(index);
map->deleteActor(index);
}