X-Git-Url: https://git.jsancho.org/?p=lugaru.git;a=blobdiff_plain;f=Source%2FMenu%2FMenu.cpp;h=1fbecd21644384e4a019444c8bbe05fccee5c514;hp=b181769562e05babc5327ea7298dfccb650bf4d1;hb=f4bb5680c5056f3df67e0068b10f267a91268874;hpb=380d8141271d6fa12954f6fe46e736315cffd594 diff --git a/Source/Menu/Menu.cpp b/Source/Menu/Menu.cpp index b181769..1fbecd2 100644 --- a/Source/Menu/Menu.cpp +++ b/Source/Menu/Menu.cpp @@ -501,9 +501,9 @@ void Menu::Load() addButton(numchallengelevels, "Back", 10, 10); break; case 10: { - addLabel(0, "Congratulations!", 220, 330); - addLabel(1, "You have avenged your family and", 140, 300); - addLabel(2, "restored peace to the island of Lugaru.", 110, 270); + addLabel(0, campaignEndText[0], 220, 330); + addLabel(1, campaignEndText[1], 140, 300); + addLabel(2, campaignEndText[2], 110, 270); addButton(3, "Back", 10, 10); addLabel(4, string("Your score: ") + to_string((int)Account::active().getCampaignScore()), 190, 200); addLabel(5, string("Highest score: ") + to_string((int)Account::active().getCampaignHighScore()), 190, 180);