- 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

@ -1292,6 +1292,7 @@ void D_DoAdvanceDemo (void)
}
else
{
singledemo = false;
G_DeferedPlayDemo (demoname);
demosequence = 2;
break;