git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@6659
d7cf8633-e32d-0410-b094-
e92efae38249
fs_modified = true;
FS_AddGameHierarchy (fs_gamedirs[i]);
// update the com_modname (used server info)
- strlcpy (com_modname, com_argv[i], sizeof (com_modname));
+ strlcpy (com_modname, fs_gamedirs[i], sizeof (com_modname));
}
// set the default screenshot name to either the mod name or the
int FS_Seek (qfile_t* file, fs_offset_t offset, int whence);
fs_offset_t FS_Tell (qfile_t* file);
void FS_Purge (qfile_t* file);
+qboolean FS_ChangeGameDir(const char *string);
typedef struct fssearch_s
{