Modificadas las notificaciones a dos lineas de texto
This commit is contained in:
@@ -55,10 +55,10 @@ void Cheevos::unlockCheevo(int id)
|
||||
{
|
||||
return;
|
||||
}
|
||||
|
||||
|
||||
if (!cheevos[index].completed)
|
||||
{
|
||||
cheevos[index].completed = true;
|
||||
screen->showNotification(cheevos[index].caption);
|
||||
screen->showNotification("ACHIEVEMENT UNLOCKED!", cheevos[index].caption);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user