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:
Ozkan Sezer 2011-12-24 12:35:01 +00:00
parent f45abcc954
commit 2205c3de20
1 changed files with 1 additions and 1 deletions

View File

@ -165,7 +165,7 @@ int CFG_OpenConfig (const char *cfg_name)
cfg_file->start = ftell(file); cfg_file->start = ftell(file);
cfg_file->pos = 0; cfg_file->pos = 0;
cfg_file->length = length; cfg_file->length = length;
cfg_file->pak = file_from_pak; cfg_file->pak = pak;
return 0; return 0;
} }