diff options
Diffstat (limited to 'src/renderer')
| -rw-r--r-- | src/renderer/tr_public.h | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/src/renderer/tr_public.h b/src/renderer/tr_public.h index 5126ab49..1a7d93c2 100644 --- a/src/renderer/tr_public.h +++ b/src/renderer/tr_public.h @@ -149,7 +149,7 @@ typedef struct {  	// a -1 return means the file does not exist  	// NULL can be passed for buf to just determine existance  	int		(*FS_FileIsInPAK)( const char *name, int *pCheckSum ); -	int		(*FS_ReadFile)( const char *name, void **buf ); +	long		(*FS_ReadFile)( const char *name, void **buf );  	void	(*FS_FreeFile)( void *buf );  	char **	(*FS_ListFiles)( const char *name, const char *extension, int *numfilesfound );  	void	(*FS_FreeFileList)( char **filelist );  | 
