forked from fte/fteqw
1
0
Fork 0

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:
Mark Olsen 2007-07-16 17:18:11 +00:00
parent d0c6093ae4
commit 93325eed51
1 changed files with 1 additions and 1 deletions

View File

@ -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);
}