mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-10-30 08:01:28 +00:00
Whoops, saving the wrong file list
This commit is contained in:
parent
ed16a35795
commit
786e8875ae
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…
Add table
Reference in a new issue