Add space after push
This commit is contained in:
parent
0b85b4cefc
commit
933f00017f
@ -103,7 +103,7 @@ namespace Components
|
||||
push eax
|
||||
pushad
|
||||
|
||||
push[esp + 100h + 28h]
|
||||
push [esp + 100h + 28h]
|
||||
push eax
|
||||
call Dedicated::EvaluateSay
|
||||
add esp, 8h
|
||||
|
@ -127,7 +127,7 @@ namespace Components
|
||||
|
||||
// show error
|
||||
pushad;
|
||||
push[esp + 24h + 20h];
|
||||
push [esp + 24h + 20h];
|
||||
push eax;
|
||||
call R_TextureFromCodeError;
|
||||
add esp, 8;
|
||||
|
@ -22,7 +22,7 @@ namespace Components
|
||||
{
|
||||
pushad
|
||||
|
||||
push[esp + 24h]
|
||||
push [esp + 24h]
|
||||
call SlowMotion::ApplySlowMotion
|
||||
add esp, 4h
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user