forked from jaildesigner-jailgames/jaildoctors_dilemma
Fix: La pantalla de Game Over no mostraba Tu peor pesadilla
This commit is contained in:
@@ -19,12 +19,12 @@ Stats::Stats(std::string file, std::string buffer, options_t *options)
|
||||
// Destructor
|
||||
Stats::~Stats()
|
||||
{
|
||||
// Calcula cual es la habitación con más muertes
|
||||
checkWorstNightmare();
|
||||
|
||||
// Vuelca los datos del buffer en la lista de estadisticas
|
||||
updateListFromBuffer();
|
||||
|
||||
// Calcula cual es la habitación con más muertes
|
||||
checkWorstNightmare();
|
||||
|
||||
// Guarda las estadísticas
|
||||
saveToServer();
|
||||
saveToFile(bufferPath, bufferList);
|
||||
|
||||
Reference in New Issue
Block a user