Modificats, estructurats i ben formatats alguns missatges de consola

Canvis en els codis d'eixida del programa
This commit is contained in:
2024-10-20 11:37:26 +02:00
parent a4b4e188cd
commit 8bca5095da
12 changed files with 36 additions and 25 deletions

View File

@@ -297,6 +297,7 @@ void Instructions::checkEvents()
if (event.type == SDL_QUIT)
{
section::name = section::Name::QUIT;
section::options = section::Options::QUIT_FROM_EVENT;
break;
}