From 933f00017f150adfdbd4dfae74c52474b23ee3bf Mon Sep 17 00:00:00 2001 From: Diavolo Date: Thu, 19 Aug 2021 17:28:22 +0200 Subject: [PATCH] Add space after push --- src/Components/Modules/Dedicated.cpp | 2 +- src/Components/Modules/Renderer.cpp | 2 +- src/Components/Modules/Slowmotion.cpp | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/Components/Modules/Dedicated.cpp b/src/Components/Modules/Dedicated.cpp index 98a77fbc..71e1630e 100644 --- a/src/Components/Modules/Dedicated.cpp +++ b/src/Components/Modules/Dedicated.cpp @@ -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 diff --git a/src/Components/Modules/Renderer.cpp b/src/Components/Modules/Renderer.cpp index eae970ee..2422fde2 100644 --- a/src/Components/Modules/Renderer.cpp +++ b/src/Components/Modules/Renderer.cpp @@ -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; diff --git a/src/Components/Modules/Slowmotion.cpp b/src/Components/Modules/Slowmotion.cpp index f8585d53..0a15b94d 100644 --- a/src/Components/Modules/Slowmotion.cpp +++ b/src/Components/Modules/Slowmotion.cpp @@ -22,7 +22,7 @@ namespace Components { pushad - push[esp + 24h] + push [esp + 24h] call SlowMotion::ApplySlowMotion add esp, 4h