Añadidas nuevas funciones al botón de servicio
El botón de servicio se puede usar en cualquier sección del juego
This commit is contained in:
@@ -23,7 +23,8 @@ int main(int argc, char *argv[])
|
||||
// Destruye el objeto Director
|
||||
delete director;
|
||||
|
||||
std::cout << "\nGame end" << std::endl;
|
||||
const std::string endType = exit == SECTION_OPTIONS_QUIT_NORMAL ? "to terminal" : "shutdown";
|
||||
std::cout << "\nGame end -> " << endType << std::endl;
|
||||
|
||||
return exit;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user