mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-04-27 20:41:46 +00:00
clarify this comment a little better
This commit is contained in:
parent
e3df63feb5
commit
07062d09c3
1 changed files with 1 additions and 1 deletions
|
|
@ -1138,7 +1138,7 @@ size_t W_ReadLumpHeaderPwad(UINT16 wad, UINT16 lump, void *dest, size_t size, si
|
||||||
else if (errno == EINVAL)
|
else if (errno == EINVAL)
|
||||||
I_Error("wad %d, lump %d: invalid compressed data", wad, lump);
|
I_Error("wad %d, lump %d: invalid compressed data", wad, lump);
|
||||||
}
|
}
|
||||||
// Otherwise, fall back on below error (if it was actually correct size then ???)
|
// Otherwise, fall back on below error (if zero was actually the correct size then ???)
|
||||||
#endif
|
#endif
|
||||||
if (retval != l->size)
|
if (retval != l->size)
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue