diff options
-rw-r--r-- | src/d_main.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/d_main.c b/src/d_main.c index 91ea48ef..2ab329bf 100644 --- a/src/d_main.c +++ b/src/d_main.c @@ -784,8 +784,9 @@ static void LoadChexDeh(void) { I_Error("Unable to find Chex Quest dehacked file (chex.deh).\n" "The dehacked file is required in order to emulate\n" - "chex.exe correctly. Please download it from the\n" - "/idgames repository."); + "chex.exe correctly. It can be found in your nearest\n" + "/idgames repository mirror at:\n\n" + " utils/exe_edit/patches/chexdeh.zip"); } if (!DEH_LoadFile(chex_deh)) |