foxygit / doom Log in
commit be3e7b4102a7b6984683d754821a95d7126882b7
Author:     Simon Howard <fraggle@gmail.com>
AuthorDate: Sun Aug 24 01:58:57 2008 +0000
Commit:     Simon Howard <fraggle@gmail.com>
CommitDate: Sun Aug 24 01:58:57 2008 +0000

    Update missing chex.deh to reference its location in the idgames
    repository.

    Subversion-branch: /trunk/chocolate-doom
    Subversion-revision: 1191
---
 src/d_main.c | 5 +++--
 1 file 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))