Skip to content

Commit

Permalink
Update help screen for ID1.WAD
Browse files Browse the repository at this point in the history
  • Loading branch information
bradharding committed Aug 25, 2024
1 parent 77c60ab commit d5f48db
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 1 deletion.
Binary file added res/HELP4.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified res/doomretro.wad
Binary file not shown.
2 changes: 1 addition & 1 deletion src/m_menu.c
Original file line number Diff line number Diff line change
Expand Up @@ -1487,7 +1487,7 @@ static void M_DrawHelp(void)
if (gamemode == shareware)
M_StringCopy(lumpname, "HELP3", sizeof(lumpname));
else if (gamemode == commercial)
M_StringCopy(lumpname, "HELP", sizeof(lumpname));
M_StringCopy(lumpname, (ID1 ? "HELP4" : "HELP"), sizeof(lumpname));

if (REKKR && W_CheckNumForName("HELP1W") >= 0)
{
Expand Down

0 comments on commit d5f48db

Please sign in to comment.