mirror of
https://github.com/Shpoike/Quakespasm.git
synced 2024-11-14 17:10:53 +00:00
minor correction after last cfgfile patch.
git-svn-id: svn+ssh://svn.code.sf.net/p/quakespasm/code/trunk@543 af15c1b1-3010-417e-b628-4374ebc0bcbd
This commit is contained in:
parent
7d8b89ec84
commit
69a9a01293
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