mirror of
https://github.com/dashr9230/SA-MP.git
synced 2025-07-19 01:48:56 +08:00
[bot] Match FUNC_1(...)
This commit is contained in:
@ -59,12 +59,15 @@ struc_73 *GLOBAL_4 = NULL;
|
|||||||
struc_72 *GLOBAL_2 = NULL;
|
struc_72 *GLOBAL_2 = NULL;
|
||||||
int GLOBAL_1;
|
int GLOBAL_1;
|
||||||
|
|
||||||
int FUNC_1(FILE *a1, int a2)
|
int FUNC_1(FILE *a1, DWORD a2)
|
||||||
{
|
{
|
||||||
int x = 0;
|
int x = 0;
|
||||||
|
|
||||||
if(0x4B * (a2 / 0x4B) == a2)
|
if(0x4B * (a2 / 0x4B) != a2)
|
||||||
{
|
{
|
||||||
|
return 0;
|
||||||
|
}
|
||||||
|
|
||||||
GLOBAL_1 = a2 / 0x4B;
|
GLOBAL_1 = a2 / 0x4B;
|
||||||
if(GLOBAL_2)
|
if(GLOBAL_2)
|
||||||
free(GLOBAL_2);
|
free(GLOBAL_2);
|
||||||
@ -79,11 +82,6 @@ int FUNC_1(FILE *a1, int a2)
|
|||||||
x++;
|
x++;
|
||||||
}
|
}
|
||||||
return 1;
|
return 1;
|
||||||
}
|
|
||||||
else
|
|
||||||
{
|
|
||||||
return 0;
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
int FUNC_2(FILE *a1, int a2)
|
int FUNC_2(FILE *a1, int a2)
|
||||||
|
Reference in New Issue
Block a user