Removed unnecessary spaces
This commit is contained in:
parent
0707c8b99f
commit
e025f3420e
@ -219,7 +219,6 @@ namespace Components
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
// Patches team overhead normally
|
// Patches team overhead normally
|
||||||
bool Colors::Dvar_GetUnpackedColorByName(const char* name, float* color)
|
bool Colors::Dvar_GetUnpackedColorByName(const char* name, float* color)
|
||||||
{
|
{
|
||||||
@ -260,7 +259,6 @@ namespace Components
|
|||||||
add esp, 8h
|
add esp, 8h
|
||||||
|
|
||||||
mov [esp + 20h], eax
|
mov [esp + 20h], eax
|
||||||
|
|
||||||
popad
|
popad
|
||||||
pop eax
|
pop eax
|
||||||
|
|
||||||
@ -270,7 +268,6 @@ namespace Components
|
|||||||
mov eax, [esp + 8]
|
mov eax, [esp + 8]
|
||||||
push edi
|
push edi
|
||||||
mov edi, dword ptr[esp + 4h]
|
mov edi, dword ptr[esp + 4h]
|
||||||
|
|
||||||
mov ecx, 406535h
|
mov ecx, 406535h
|
||||||
jmp ecx
|
jmp ecx
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user