summaryrefslogtreecommitdiff
path: root/source/files.c
diff options
context:
space:
mode:
Diffstat (limited to 'source/files.c')
-rw-r--r--source/files.c2
1 files changed, 1 insertions, 1 deletions
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;