diff --git a/src/Components/Modules/Colors.cpp b/src/Components/Modules/Colors.cpp index d30fd42e..25ff7d95 100644 --- a/src/Components/Modules/Colors.cpp +++ b/src/Components/Modules/Colors.cpp @@ -208,12 +208,12 @@ namespace Components { __asm { - push ebx - push [esp + 8h] // Index + pushad + push [esp + 24h] // Index push esi // Color ref call Colors::LookupColor add esp, 8h - pop ebx + popad retn } }