mirror of
https://git.do.srb2.org/KartKrew/Kart-Public.git
synced 2025-03-13 22:32:01 +00:00
Whoops, saving the wrong file list
This commit is contained in:
parent
d1d270c09d
commit
a6dff0a324
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue