Actualizando las clases comunes a sus ultimas versiones
This commit is contained in:
@@ -744,12 +744,12 @@ bool Game::sendOnlineScore()
|
||||
if (jscore::updateUserPoints("coffee_crisis", options->online.jailerID, score))
|
||||
{
|
||||
options->online.score = score;
|
||||
screen->showText("PUNTUACION ENVIADA: " + std::to_string(score) + " PUNTOS");
|
||||
screen->showNotification("PUNTUACION ENVIADA: " + std::to_string(score) + " PUNTOS");
|
||||
return true;
|
||||
}
|
||||
else
|
||||
{
|
||||
screen->showText("NO SE HA PODIDO ENVIAR LA PUNTUACION");
|
||||
screen->showNotification("NO SE HA PODIDO ENVIAR LA PUNTUACION");
|
||||
return false;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user