Add space after push

This commit is contained in:
Diavolo 2021-08-19 17:28:22 +02:00
parent 0b85b4cefc
commit 933f00017f
No known key found for this signature in database
GPG Key ID: FA77F074E98D98A5
3 changed files with 3 additions and 3 deletions

View File

@ -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

View File

@ -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;

View File

@ -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