From 7d9fcc41501fe92e30f022117b2358105a38493f Mon Sep 17 00:00:00 2001 From: Spoike Date: Sun, 12 Feb 2012 05:51:51 +0000 Subject: [PATCH] random quick fixes... git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@3981 fc73d0e0-1445-4013-8a0c-d673dee63da5 --- engine/common/common.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/engine/common/common.h b/engine/common/common.h index ce4dbad7..f31fc760 100644 --- a/engine/common/common.h +++ b/engine/common/common.h @@ -403,7 +403,7 @@ void COM_InitFilesystem (void); void FS_Shutdown(void); void COM_Gamedir (const char *dir); char *FS_GetGamedir(void); -void *FS_GetBasedir(void); +char *FS_GetBasedir(void); qbyte *FS_LoadMallocFile (const char *path); int FS_LoadFile(char *name, void **file);