mirror of
https://github.com/ineedbots/iw3_bot_warfare.git
synced 2025-06-26 22:31:49 +00:00
Add perline reading/writing fileio again
This commit is contained in:
@ -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 )
|
||||
|
Reference in New Issue
Block a user