From be3e7b4102a7b6984683d754821a95d7126882b7 Mon Sep 17 00:00:00 2001 From: Simon Howard Date: Sun, 24 Aug 2008 01:58:57 +0000 Subject: 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(-) (limited to 'src') 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)) -- cgit v1.2.3