diff options
author | Andrey Nazarov <skuller@skuller.net> | 2009-06-01 20:28:53 +0000 |
---|---|---|
committer | Andrey Nazarov <skuller@skuller.net> | 2009-06-01 20:28:53 +0000 |
commit | 7ae702d80810d52b1fdda3eb2f1558a0cb068bf1 (patch) | |
tree | 5f72913bd14f694feb497fbc928fb03b279832c9 /source/files.c | |
parent | 28cd4384d3f650fd2324380c64473271b9425278 (diff) |
Initial portable savegame implementation.
Diffstat (limited to 'source/files.c')
-rw-r--r-- | source/files.c | 2 |
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; |