Fix cursed indentation :D
This commit is contained in:
parent
0cf1143f94
commit
34ea31bd50
@ -119,7 +119,6 @@ namespace Components
|
||||
push esi
|
||||
push edi
|
||||
|
||||
|
||||
push eax
|
||||
pushad
|
||||
|
||||
@ -130,14 +129,12 @@ namespace Components
|
||||
popad
|
||||
pop eax
|
||||
|
||||
|
||||
test al, al
|
||||
jnz checkTempAssets
|
||||
|
||||
mov ecx, [esp + 18h] // Asset type
|
||||
mov ebx, [esp + 1Ch] // Filename
|
||||
|
||||
|
||||
push eax
|
||||
pushad
|
||||
|
||||
@ -152,7 +149,6 @@ namespace Components
|
||||
popad
|
||||
pop eax
|
||||
|
||||
|
||||
test eax, eax
|
||||
jnz finishFound
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user