mirror of
https://github.com/UberGames/lilium-voyager.git
synced 2024-11-10 14:41:42 +00:00
* ...And the other deliberate mistake
This commit is contained in:
parent
4997c4764a
commit
3d107fe624
1 changed files with 1 additions and 1 deletions
|
@ -1107,7 +1107,7 @@ int FS_FOpenFileRead( const char *filename, fileHandle_t *file, qboolean uniqueF
|
|||
}
|
||||
}
|
||||
|
||||
if (!(pak->referenced & FS_QAGAME_REF) && strstr(filename, "game.qvm")) {
|
||||
if (!(pak->referenced & FS_QAGAME_REF) && strstr(filename, "qagame.qvm")) {
|
||||
pak->referenced |= FS_QAGAME_REF;
|
||||
}
|
||||
if (!(pak->referenced & FS_CGAME_REF) && strstr(filename, "cgame.qvm")) {
|
||||
|
|
Loading…
Reference in a new issue