mirror of
https://github.com/ZDoom/gzdoom-gles.git
synced 2024-11-11 07:12:16 +00:00
- Be less verbose when attempting to play non-ZDoom demos.
SVN r3327 (trunk)
This commit is contained in:
parent
5284ab9688
commit
2f8d6beb1e
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue