All pastes #2071706 Raw Edit

Miscellany

public text v1 · immutable
#2071706 ·published 2011-05-29 20:30 UTC
rendered paste body
__declspec( naked ) void Send_Object_Update(NetworkObjectClass* object, int clientId)
{
	_asm {
		push clientId
		push object
		mov eax, 0x004612F0
		call eax
	} 
	_asm { 
		add esp, 8
		pop clientId
		pop object
	} 
}