Corregidos un par de warnings peligrosos

This commit is contained in:
2023-10-01 22:25:17 +02:00
parent 32f06ce754
commit b044fe1702
3 changed files with 6 additions and 2 deletions

View File

@@ -14,6 +14,7 @@ HiScoreTable::HiScoreTable(SDL_Renderer *renderer, Screen *screen, Asset *asset,
this->input = input;
this->lang = lang;
this->section = section;
this->options = options;
// Reserva memoria para los punteros
eventHandler = new SDL_Event();