From e06b81ac9f3d1a1e50800d1ae3192824f4c377d3 Mon Sep 17 00:00:00 2001 From: Simon Howard Date: Mon, 22 Sep 2014 00:41:54 +0000 Subject: [PATCH] graphics: Add HELP2 lump. HELP2 is the screen shown when playing shareware Doom, after completing the first episode (gives you information on how to buy the registered version, etc.). For some reason, ZDoom seems to expect this lump after completing episode 1, even though freedoom1.wad isn't a shareware IWAD in any sense. Include HELP2 as a copy of the CREDIT screen; even though it's redundant it doesn't do any harm. --- buildcfg.txt | 1 + graphics/help2.gif | 1 + 2 files changed, 2 insertions(+) create mode 120000 graphics/help2.gif diff --git a/buildcfg.txt b/buildcfg.txt index 5f594ea0..68c8627f 100644 --- a/buildcfg.txt +++ b/buildcfg.txt @@ -624,6 +624,7 @@ HELP 0 0 #endif #ifndef DOOM2 HELP1 0 0 +HELP2 0 0 #endif CREDIT 0 0 diff --git a/graphics/help2.gif b/graphics/help2.gif new file mode 120000 index 00000000..04b60ced --- /dev/null +++ b/graphics/help2.gif @@ -0,0 +1 @@ +credit.gif \ No newline at end of file