Whoops, saving the wrong file list

This commit is contained in:
fickleheart 2019-02-17 11:52:23 -06:00
parent d1d270c09d
commit a6dff0a324

View file

@ -6055,7 +6055,7 @@ void G_BeginRecording(void)
totalfiles = 0;
for (i = mainwads; ++i < numwadfiles; )
if (!wadfiles[i]->important)
if (wadfiles[i]->important)
{
nameonly(( filename = va("%s", wadfiles[i]->filename) ));
WRITESTRINGN(demo_p, filename, 64);