]> git.xonotic.org Git - xonotic/gmqcc.git/blobdiff - main.c
Allow strings to contain a backslash and a newline at the end
[xonotic/gmqcc.git] / main.c
diff --git a/main.c b/main.c
index 0d9fe04a9f8c043b845c2c1193c78d263f1a56a4..d35e33f83d5c80f27ce47dcd9eedb7ad33df4438 100644 (file)
--- a/main.c
+++ b/main.c
@@ -205,6 +205,7 @@ static bool options_parse(int argc, char **argv) {
                     opts_standard = COMPILER_QCC;
                 } else if (!strcmp(argarg, "fte") || !strcmp(argarg, "fteqcc")) {
                     options_set(opts_flags, FTEPP,                true);
+                    options_set(opts_flags, TRANSLATABLE_STRINGS, true);
                     options_set(opts_flags, ADJUST_VECTOR_FIELDS, false);
                     opts_standard = COMPILER_FTEQCC;
                 } else if (!strcmp(argarg, "qccx")) {