[Dedicated] Optimize say hook
This commit is contained in:
parent
58a76eb52e
commit
e2efb1b695
@ -98,9 +98,16 @@ namespace Components
|
||||
mov eax, [esp + 100h + 10h]
|
||||
|
||||
push eax
|
||||
call EvaluateSay
|
||||
pushad
|
||||
|
||||
push eax
|
||||
call Dedicated::EvaluateSay
|
||||
add esp, 4h
|
||||
|
||||
mov [esp + 20h], eax
|
||||
popad
|
||||
pop eax
|
||||
|
||||
mov [esp + 100h + 10h], eax
|
||||
|
||||
jmp Colors::CleanStrStub
|
||||
|
Loading…
Reference in New Issue
Block a user