mirror of
https://github.com/dashr9230/SA-MP.git
synced 2024-12-23 06:57:31 +08:00
[bot] Match FUNC_2(...)
This commit is contained in:
parent
aa88ca7c07
commit
b7b0237ebd
@ -84,12 +84,15 @@ int FUNC_1(FILE *a1, DWORD a2)
|
|||||||
return 1;
|
return 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
int FUNC_2(FILE *a1, int a2)
|
int FUNC_2(FILE *a1, DWORD a2)
|
||||||
{
|
{
|
||||||
int x = 0;
|
int x = 0;
|
||||||
|
|
||||||
if(0x38 * (a2 / 0x38) == a2)
|
if(0x38 * (a2 / 0x38) != a2)
|
||||||
{
|
{
|
||||||
|
return 0;
|
||||||
|
}
|
||||||
|
|
||||||
GLOBAL_1 = a2 / 0x38;
|
GLOBAL_1 = a2 / 0x38;
|
||||||
if(GLOBAL_4)
|
if(GLOBAL_4)
|
||||||
free(GLOBAL_4);
|
free(GLOBAL_4);
|
||||||
@ -105,11 +108,6 @@ int FUNC_2(FILE *a1, int a2)
|
|||||||
}
|
}
|
||||||
return 1;
|
return 1;
|
||||||
}
|
}
|
||||||
else
|
|
||||||
{
|
|
||||||
return 0;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
int FUNC_3(char *a1)
|
int FUNC_3(char *a1)
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user