mirror of
https://github.com/openmoh/openmohaa.git
synced 2025-04-28 21:57:57 +03:00
FS_ReadFile doesn't take a quiet parameter on client
This commit is contained in:
parent
0e0c9a9b37
commit
39623d910b
3 changed files with 3 additions and 3 deletions
|
@ -45,7 +45,7 @@ Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
|
|||
#elif defined(CGAME_DLL)
|
||||
|
||||
#define FILE_FS_FreeFile cgi.FS_FreeFile
|
||||
#define FILE_FS_ReadFile(a, b) cgi.FS_ReadFile(a, b, true)
|
||||
#define FILE_FS_ReadFile(a, b) cgi.FS_ReadFile(a, b)
|
||||
#define FILE_Malloc cgi.Malloc
|
||||
#define FILE_Free cgi.Free
|
||||
#define FILE_Error cgi.Error
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue