This commit is contained in:
anod 2023-03-12 00:03:49 +08:00
parent c6b405a4d1
commit 541c21c2d2

View File

@ -182,7 +182,6 @@ static int32_t bin_search( FHandle fd, acl_text_t game )
#define config_type(n) ( (n) & 0xff )
acl_error_t acl_select_game( acl_text_t game, acl_boolean_t filter, acl_count_t *n )
{
extern void log( const char * );
CheatLib *inst = (CheatLib*)&gblcht;
FHandle fd;
if( inst->serc == 0 ) return ACHTLIB_NOT_OPEN;