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