mirror of
https://github.com/nzp-team/fteqw.git
synced 2024-11-10 22:51:57 +00:00
Now actually builds\!
git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@2521 fc73d0e0-1445-4013-8a0c-d673dee63da5
This commit is contained in:
parent
d0c6093ae4
commit
93325eed51
1 changed files with 1 additions and 1 deletions
|
@ -6245,7 +6245,7 @@ void PF_search_getfilename (progfuncs_t *prinst, struct globalvars_s *pr_globals
|
|||
//closes filesystem type stuff for when a progs has stopped needing it.
|
||||
void PR_fclose_progs (progfuncs_t *prinst)
|
||||
{
|
||||
PF_fcloseall(prinst, PR_globals(prinst, PR_CURRENT));
|
||||
PF_fcloseall(prinst);
|
||||
search_close_progs(prinst, true);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue