1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2024-06-16 18:29:59 +00:00

fixed French

This commit is contained in:
Zeno Rogue 2022-07-05 11:52:05 +02:00
parent a19adccf82
commit 52186377a0

View File

@ -276,7 +276,7 @@ void langFR() {
};
static std::pair<const char *, noun2> ns[] = {
#define S(a,b)
#define N(a,b,c,d,e) { a, noun2{ b, c, d, "", e } },
#define N(a,b,c,d,e) { a, noun2{ b, c, d, e, e } },
#include "language-fr.cpp"
#undef N
#undef S