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