foxygit / doom Log in
commit 51937e97a28e1eb2aa100d1e22347ae5c1cde786
Author:     Simon Howard <fraggle@soulsphere.org>
AuthorDate: Thu Dec 28 10:51:29 2023 -0500
Commit:     Simon Howard <fraggle@soulsphere.org>
CommitDate: Thu Dec 28 10:51:29 2023 -0500

    Update location of chexdeh patch in idgames.
---
 man/INSTALL.template | 4 ++--
 src/doom/d_main.c    | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/man/INSTALL.template b/man/INSTALL.template
index 9c9f7601..c889cbdb 100644
--- a/man/INSTALL.template
+++ b/man/INSTALL.template
@@ -236,8 +236,8 @@ are needed:
  * The IWAD file “chex.wad”, from the Chex Quest CD.

  * The dehacked patch “chex.deh”, which can be found here:
-   https://www.doomworld.com/idgames/utils/exe_edit/patches/chexdeh
-   (utils/exe_edit/patches/chexdeh.zip in your nearest /idgames mirror)
+   https://www.doomworld.com/idgames/themes/chex/chexdeh
+   (themes/chex/chexdeh.zip in your nearest /idgames mirror)

 Copy these files into a directory together and use the `-iwad` command
 line parameter to specify the Chex Quest IWAD file:
diff --git a/src/doom/d_main.c b/src/doom/d_main.c
index 10e28cb9..14d75753 100644
--- a/src/doom/d_main.c
+++ b/src/doom/d_main.c
@@ -1232,7 +1232,7 @@ static void LoadIwadDeh(void)
                     "The dehacked file is required in order to emulate\n"
                     "chex.exe correctly.  It can be found in your nearest\n"
                     "/idgames repository mirror at:\n\n"
-                    "   utils/exe_edit/patches/chexdeh.zip");
+                    "   themes/chex/chexdeh.zip");
         }

         if (!DEH_LoadFile(chex_deh))