mirror of
https://github.com/ioquake/ioq3.git
synced 2025-05-31 09:01:54 +00:00
Change pk3dir README / comments to fit in better
This commit is contained in:
parent
37a9614179
commit
ebee21157c
2 changed files with 4 additions and 4 deletions
|
@ -2926,8 +2926,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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue