- disabled the error message spam from the demo loop

These messages are useful for the playdemo CCMD, but since the demo loop is mostly non-functional anyway they better be disabled there.
This commit is contained in:
Christoph Oelckers 2019-03-15 00:16:08 +01:00
commit 2573ca8ac4
3 changed files with 4 additions and 3 deletions

View file

@ -573,7 +573,7 @@ void FParser::SF_Include(void)
void FParser::SF_Input(void)
{
Printf(PRINT_BOLD,"input() function not available in doom\n");
Printf(PRINT_BOLD,"input() function not available in Doom\n");
}
//==========================================================================