summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorSimon Howard2008-08-24 01:58:57 +0000
committerSimon Howard2008-08-24 01:58:57 +0000
commitbe3e7b4102a7b6984683d754821a95d7126882b7 (patch)
tree1e53a211a3beb6edb791f4656c418a4f73305a1a /src
parent8430f8c3d0448d41a15fb144a2cff4af4d94eeb7 (diff)
downloadchocolate-doom-be3e7b4102a7b6984683d754821a95d7126882b7.tar.gz
chocolate-doom-be3e7b4102a7b6984683d754821a95d7126882b7.tar.bz2
chocolate-doom-be3e7b4102a7b6984683d754821a95d7126882b7.zip
Update missing chex.deh to reference its location in the idgames
repository. Subversion-branch: /trunk/chocolate-doom Subversion-revision: 1191
Diffstat (limited to 'src')
-rw-r--r--src/d_main.c5
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))