mirror of
https://github.com/ioquake/ioq3.git
synced 2024-11-10 07:11:46 +00:00
Fix referencing pk3 with only qagame QVM
This commit is contained in:
parent
a7317ac0d5
commit
b95d8a91aa
1 changed files with 1 additions and 1 deletions
|
@ -1226,7 +1226,7 @@ long FS_FOpenFileReadDir(const char *filename, searchpath_t *search, fileHandle_
|
||||||
!FS_IsExt(filename, ".bot", len) &&
|
!FS_IsExt(filename, ".bot", len) &&
|
||||||
!FS_IsExt(filename, ".arena", len) &&
|
!FS_IsExt(filename, ".arena", len) &&
|
||||||
!FS_IsExt(filename, ".menu", len) &&
|
!FS_IsExt(filename, ".menu", len) &&
|
||||||
Q_stricmp(filename, "qagame.qvm") != 0 &&
|
Q_stricmp(filename, "vm/qagame.qvm") != 0 &&
|
||||||
!strstr(filename, "levelshots"))
|
!strstr(filename, "levelshots"))
|
||||||
{
|
{
|
||||||
pak->referenced |= FS_GENERAL_REF;
|
pak->referenced |= FS_GENERAL_REF;
|
||||||
|
|
Loading…
Reference in a new issue