mirror of
https://git.do.srb2.org/STJr/SRB2.git
synced 2024-11-25 05:41:42 +00:00
Add missing param to G_CheckDemoExtraFiles in G_CheckDemoForError
This commit is contained in:
parent
39175c6c70
commit
6780f89574
1 changed files with 1 additions and 1 deletions
|
@ -2375,7 +2375,7 @@ UINT8 G_CheckDemoForError(char *defdemoname)
|
|||
|
||||
demo_p++; // demoflags
|
||||
|
||||
return G_CheckDemoExtraFiles(&demo_p, our_demo_version);
|
||||
return G_CheckDemoExtraFiles(&demo_p, true, our_demo_version);
|
||||
}
|
||||
|
||||
void G_AddGhost(char *defdemoname)
|
||||
|
|
Loading…
Reference in a new issue