mirror of
https://github.com/freedoom/freedoom.git
synced 2025-09-02 07:25:45 -04:00
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.
This commit is contained in:
parent
335927bd5c
commit
e06b81ac9f
2 changed files with 2 additions and 0 deletions
|
@ -624,6 +624,7 @@ HELP 0 0
|
|||
#endif
|
||||
#ifndef DOOM2
|
||||
HELP1 0 0
|
||||
HELP2 0 0
|
||||
#endif
|
||||
|
||||
CREDIT 0 0
|
||||
|
|
1
graphics/help2.gif
Symbolic link
1
graphics/help2.gif
Symbolic link
|
@ -0,0 +1 @@
|
|||
credit.gif
|
Loading…
Add table
Add a link
Reference in a new issue