mirror of
https://github.com/rehlds/rehlds.git
synced 2025-01-04 02:55:50 +03:00
Fixed auto wad precaching (#319)
This commit is contained in:
parent
105075e0f6
commit
2382a8876f
@ -112,7 +112,7 @@ qboolean TEX_InitFromWad(char *path)
|
|||||||
continue;
|
continue;
|
||||||
|
|
||||||
#ifdef REHLDS_FIXES
|
#ifdef REHLDS_FIXES
|
||||||
if (g_psv.active
|
if (g_psv.state == ss_loading
|
||||||
&& Q_stricmp(wadPath, "halflife.wad")
|
&& Q_stricmp(wadPath, "halflife.wad")
|
||||||
&& Q_stricmp(wadPath, "xeno.wad")
|
&& Q_stricmp(wadPath, "xeno.wad")
|
||||||
&& Q_stricmp(wadPath, "decals.wad"))
|
&& Q_stricmp(wadPath, "decals.wad"))
|
||||||
|
Loading…
Reference in New Issue
Block a user