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
pushad
push[esp + 100h + 28h]
push [esp + 100h + 28h]
push eax
call Dedicated::EvaluateSay
add esp, 8h

View File

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

View File

@ -22,7 +22,7 @@ namespace Components
{
pushad
push[esp + 24h]
push [esp + 24h]
call SlowMotion::ApplySlowMotion
add esp, 4h