mirror of
https://github.com/Shpoike/Quakespasm.git
synced 2024-11-10 07:21:58 +00:00
minor correction after last cfgfile patch.
git-svn-id: svn://svn.code.sf.net/p/quakespasm/code/trunk/quakespasm@543 af15c1b1-3010-417e-b628-4374ebc0bcbd
This commit is contained in:
parent
f45abcc954
commit
2205c3de20
1 changed files with 1 additions and 1 deletions
|
@ -165,7 +165,7 @@ int CFG_OpenConfig (const char *cfg_name)
|
|||
cfg_file->start = ftell(file);
|
||||
cfg_file->pos = 0;
|
||||
cfg_file->length = length;
|
||||
cfg_file->pak = file_from_pak;
|
||||
cfg_file->pak = pak;
|
||||
|
||||
return 0;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue