From 7ae702d80810d52b1fdda3eb2f1558a0cb068bf1 Mon Sep 17 00:00:00 2001 From: Andrey Nazarov Date: Mon, 1 Jun 2009 20:28:53 +0000 Subject: Initial portable savegame implementation. --- source/files.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/files.c') diff --git a/source/files.c b/source/files.c index 7783575..7f5b4df 100644 --- a/source/files.c +++ b/source/files.c @@ -120,7 +120,7 @@ typedef struct fsLink_s { } fsLink_t; // these point to user home directory -static char fs_gamedir[MAX_OSPATH]; +char fs_gamedir[MAX_OSPATH]; //static char fs_basedir[MAX_OSPATH]; static cvar_t *fs_debug; -- cgit v1.2.3