Fix: la variable showCheevos no se inicializaba correctamente

This commit is contained in:
2023-09-17 17:09:43 +02:00
parent cce0ccba76
commit a07eeff6e4
2 changed files with 8 additions and 8 deletions

View File

@@ -35,6 +35,7 @@ Title::Title(SDL_Renderer *renderer, Screen *screen, Resource *resource, Asset *
ticksSpeed = 15;
marqueeSpeed = 3;
initMarquee();
showCheevos = false;
// Crea el cartel de PRESS ENTER
#ifdef GAME_CONSOLE