Minor
This commit is contained in:
parent
22f33921b6
commit
8b4f177fcc
@ -286,7 +286,7 @@ namespace Components
|
|||||||
push [esp + 2Ch]
|
push [esp + 2Ch]
|
||||||
push [esp + 2Ch]
|
push [esp + 2Ch]
|
||||||
call AssetHandler::IsAssetEligible
|
call AssetHandler::IsAssetEligible
|
||||||
add esp, 08h
|
add esp, 8h
|
||||||
|
|
||||||
mov [esp + 20h], eax
|
mov [esp + 20h], eax
|
||||||
popad
|
popad
|
||||||
@ -295,13 +295,13 @@ namespace Components
|
|||||||
test al, al
|
test al, al
|
||||||
jz doNotLoad
|
jz doNotLoad
|
||||||
|
|
||||||
mov eax, [esp + 8]
|
mov eax, [esp + 8h]
|
||||||
sub esp, 14h
|
sub esp, 14h
|
||||||
mov ecx, 5BB657h
|
mov ecx, 5BB657h
|
||||||
jmp ecx
|
jmp ecx
|
||||||
|
|
||||||
doNotLoad:
|
doNotLoad:
|
||||||
mov eax, [esp + 8]
|
mov eax, [esp + 8h]
|
||||||
retn
|
retn
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -265,7 +265,7 @@ namespace Components
|
|||||||
test al, al
|
test al, al
|
||||||
jz dontContinue
|
jz dontContinue
|
||||||
|
|
||||||
mov eax, [esp + 8]
|
mov eax, [esp + 8h]
|
||||||
push edi
|
push edi
|
||||||
mov edi, dword ptr[esp + 4h]
|
mov edi, dword ptr[esp + 4h]
|
||||||
push 406535h
|
push 406535h
|
||||||
|
Loading…
Reference in New Issue
Block a user