- [Psy-X] fix DEBUG build

This commit is contained in:
Ilya Shurumov 2021-05-10 20:32:14 +06:00 committed by InspirationByte
parent cd81720927
commit e934f057dc

View File

@ -137,7 +137,7 @@ CdlFILE* CdSearchFile(CdlFILE* fp, char* name)
if (!PsyX_CD_CheckImageAvailable())
return NULL;
assert(g_cdReadDoneFlag == true);
assert(g_cdReadDoneFlag == 1);
if (!g_cdReadDoneFlag)
{