Canviat el missatge d'eixida del joc
This commit is contained in:
@@ -24,8 +24,8 @@ int main(int argc, char *argv[])
|
|||||||
// Destruye el objeto Director
|
// Destruye el objeto Director
|
||||||
delete director;
|
delete director;
|
||||||
|
|
||||||
const std::string endType = exit == 0 ? "to terminal" : "shutdown";
|
const std::string endType = exit == 0 ? "keyboard" : "controller";
|
||||||
std::cout << "\nGame end -> " << endType << std::endl;
|
std::cout << "\nGame end with " << endType << std::endl;
|
||||||
|
|
||||||
return exit;
|
return exit;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user