Skip to content

Commit

Permalink
Minor tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
bradharding committed Oct 3, 2023
1 parent 00e0c9b commit 6bb837e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions src/d_main.c
Original file line number Diff line number Diff line change
Expand Up @@ -2300,15 +2300,15 @@ static void D_DoomMainSetup(void)
if (!E1M4)
{
if (!E1M8)
C_Output("You now can play John Romero's " ITALICS("E1M4B: Phobos Mission Control")
C_Output("You can now play John Romero's " ITALICS("E1M4B: Phobos Mission Control")
" or " ITALICS("E1M8B: Tech Gone Bad") " by entering " BOLD("map E1M4B") " or "
BOLD("map E1M8B") ".");
else
C_Output("You now can play John Romero's " ITALICS("E1M4B: Phobos Mission Control")
C_Output("You can now play John Romero's " ITALICS("E1M4B: Phobos Mission Control")
" by entering " BOLD("map E1M4B") ".");
}
else if (!E1M8)
C_Output("You now can play John Romero's " ITALICS("E1M8B: Tech Gone Bad")
C_Output("You can now play John Romero's " ITALICS("E1M8B: Tech Gone Bad")
" by entering " BOLD("map E1M8B") ".");
}

Expand Down
4 changes: 2 additions & 2 deletions src/w_wad.c
Original file line number Diff line number Diff line change
Expand Up @@ -396,7 +396,7 @@ bool W_AddFile(char *filename, bool autoloaded)
if (D_IsSIGILWAD(file))
{
autosigil = autoloaded;
C_Output("You now can play John Romero's " ITALICS("SIGIL")
C_Output("You can now play John Romero's " ITALICS("SIGIL")
" by choosing it in the episode menu.");
}
else if (M_StringCompare(file, "SIGIL_SHREDS.WAD")
Expand All @@ -406,7 +406,7 @@ bool W_AddFile(char *filename, bool autoloaded)
C_Output("You'll now hear Buckethead's music while playing " ITALICS("SIGIL."));
}
else if (M_StringCompare(file, "NERVE.WAD"))
C_Output("You now can play Nerve Software's " ITALICS("No Rest For The Living")
C_Output("You can now play Nerve Software's " ITALICS("No Rest For The Living")
" by choosing it in the expansion menu.");
}

Expand Down

0 comments on commit 6bb837e

Please sign in to comment.