mirror of
https://github.com/OpenDriver2/REDRIVER2.git
synced 2024-11-22 02:12:43 +01:00
- [Psy-X] fix DEBUG build
This commit is contained in:
parent
cd81720927
commit
e934f057dc
@ -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)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user