shithub: choc

Download patch

ref: be3e7b4102a7b6984683d754821a95d7126882b7
parent: 8430f8c3d0448d41a15fb144a2cff4af4d94eeb7
author: Simon Howard <fraggle@gmail.com>
date: Sat Aug 23 21:58:57 EDT 2008

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

Subversion-branch: /trunk/chocolate-doom
Subversion-revision: 1191

--- a/src/d_main.c
+++ b/src/d_main.c
@@ -784,8 +784,9 @@
         {
             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))