working on endgame

This commit is contained in:
2021-05-21 10:34:34 +02:00
parent 63bae5c504
commit 0c0b677474
4 changed files with 97 additions and 52 deletions

View File

@@ -265,6 +265,11 @@ const std::string gTextStrings[MAX_TEXT_STRINGS][3] =
"NO",
"NO"},
// 50 - TEXTO DE COMPLETAR EL JUEGO
{"FELICIDADES!!",
"FELICITATS!!",
"CONGRATULATIONS!!"},
};
void initTextStrings(std::string *textStrings, Uint8 lang);