mirror of
https://github.com/rehlds/rehlds.git
synced 2025-01-14 15:48:04 +03:00
HPAK_ResourceForHash: Remove message with missing custom.hpk
This commit is contained in:
parent
174414db81
commit
516bb93627
@ -620,7 +620,9 @@ qboolean HPAK_ResourceForHash(char *pakname, unsigned char *hash, struct resourc
|
|||||||
fp = FS_Open(name, "rb");
|
fp = FS_Open(name, "rb");
|
||||||
if (!fp)
|
if (!fp)
|
||||||
{
|
{
|
||||||
|
#ifndef REHLDS_FIXES
|
||||||
Con_Printf("ERROR: couldn't open %s.\n", name);
|
Con_Printf("ERROR: couldn't open %s.\n", name);
|
||||||
|
#endif
|
||||||
return FALSE;
|
return FALSE;
|
||||||
}
|
}
|
||||||
FS_Read(&header, sizeof(hash_pack_header_t), 1, fp);
|
FS_Read(&header, sizeof(hash_pack_header_t), 1, fp);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user