- Be less verbose when attempting to play non-ZDoom demos.

SVN r3327 (trunk)
This commit is contained in:
Randy Heit 2011-12-06 01:52:07 +00:00
parent 5284ab9688
commit 2f8d6beb1e

View file

@ -2534,7 +2534,7 @@ void G_DoPlayDemo (void)
if (ReadLong (&demo_p) != FORM_ID)
{
const char *eek = "Cannot play non-ZDoom demos.\n(They would go out of sync badly.)\n";
const char *eek = "Cannot play non-ZDoom demos.\n";
C_ForgetCVars();
M_Free(demobuffer);