Add perline reading/writing fileio again

This commit is contained in:
ineed bots
2023-12-01 15:23:40 -06:00
parent dc58bf328a
commit 386e87d063
3 changed files with 37 additions and 91 deletions

View File

@ -90,10 +90,9 @@ do_fs_fopen( file, mode )
return FS_FOpen( file, mode );
}
do_fs_fclose( file )
do_fs_fclose( fh )
{
file = "scriptdata/" + file;
FS_FClose( file );
FS_FClose( fh );
}
do_fs_readline( fh )