2
0
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:
Artem Golubikhin 2017-01-23 14:58:50 +03:00 committed by Lev
parent 105075e0f6
commit 2382a8876f

View File

@ -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"))