From e91c631681fa10e62de829cad513dd06b5063663 Mon Sep 17 00:00:00 2001 From: Zack Middleton Date: Mon, 11 Feb 2013 18:02:40 -0600 Subject: Change pk3dir README / comments to fit in better --- src/qcommon/files.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/qcommon') diff --git a/src/qcommon/files.c b/src/qcommon/files.c index 4a8ee0cf..ddb43048 100644 --- a/src/qcommon/files.c +++ b/src/qcommon/files.c @@ -2888,8 +2888,8 @@ void FS_AddGameDirectory( const char *path, const char *dir ) { search = Z_Malloc(sizeof(searchpath_t)); search->dir = Z_Malloc(sizeof(*search->dir)); - Q_strncpyz(search->dir->path, curpath, sizeof(search->dir->path)); // c:\xreal\base - Q_strncpyz(search->dir->fullpath, pakfile, sizeof(search->dir->fullpath)); // c:\xreal\base\mypak.pk3dir + Q_strncpyz(search->dir->path, curpath, sizeof(search->dir->path)); // c:\quake3\baseq3 + Q_strncpyz(search->dir->fullpath, pakfile, sizeof(search->dir->fullpath)); // c:\quake3\baseq3\mypak.pk3dir Q_strncpyz(search->dir->gamedir, pakdirs[pakdirsi], sizeof(search->dir->gamedir)); // mypak.pk3dir search->next = fs_searchpaths; -- cgit