foxygit / doom Log in
commit b1a2bc043a92c4203b0c7e46b8589f14a57e48ae
Author:     Acts 19 quiz <N/A>
AuthorDate: Fri Jan 28 12:55:17 2022 -0600
Commit:     Acts 19 quiz <N/A>
CommitDate: Fri Jan 28 12:55:17 2022 -0600

    Add French console print.
---
 src/doom/d_main.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/doom/d_main.c b/src/doom/d_main.c
index bddd0a6b..cd5a74be 100644
--- a/src/doom/d_main.c
+++ b/src/doom/d_main.c
@@ -1257,6 +1257,7 @@ static void LoadIwadDeh(void)
         // Look for french.deh in the same directory as the IWAD file.
         dirname = M_DirName(iwadfile);
         french_deh = M_StringJoin(dirname, DIR_SEPARATOR_S, "french.deh", NULL);
+        printf("French version\n");
         free(dirname);

         // If the dehacked patch isn't found, try searching the WAD