[SCM] clone of the legendary first person shooter Doom branch, master, updated. upstream/2.5.0+dfsg1-19-g1125a27

Jon Dowland jmtd at debian.org
Fri Sep 3 15:36:36 UTC 2010


The following commit has been merged in the master branch:
commit e9447920c845a2f9208508e8b7738593d457df17
Author: Jon Dowland <jmtd at debian.org>
Date:   Fri Sep 3 15:11:46 2010 +0100

    explain no iwad patch

diff --git a/src/d_main.c b/src/d_main.c
index 6d8493e..cc2737c 100644
--- a/src/d_main.c
+++ b/src/d_main.c
@@ -846,7 +846,11 @@ static void IdentifyVersion (void)
     free(iwad);
   }
   else
-    I_Error("IdentifyVersion: IWAD not found\n");
+    I_Error("IdentifyVersion: IWAD not found\n"
+        "prboom requires a doom data (\"IWAD\") file to use.\n"
+        "please install one, either freedoom or a package built\n"
+        "using game-data-packager.\n"
+    );
 }
 
 

-- 
clone of the legendary first person shooter Doom



More information about the Pkg-games-commits mailing list