Fix Windows L4D CreateFakeClient signature (bug 3792)

This commit is contained in:
Fyren 2009-05-08 00:10:12 -07:00
parent 6908c0f1d0
commit 7fd6b308f8

View File

@ -176,7 +176,7 @@
* the expected code. A pointer to sv (IServer interface) is used * the expected code. A pointer to sv (IServer interface) is used
* here. * here.
*/ */
"CreateFakeClient_Windows" "\x55\x8B\xEC\x83\xEC\x08\x89\x4D\xF8\x8B\x45\x08\x50\xB9\x2A\x2A\x2A\x2A\xE8" "CreateFakeClient_Windows" "\x8B\x44\x24\x2A\x50\xB9\x2A\x2A\x2A\x2A\xE8"
} }
"Offsets" "Offsets"
@ -184,7 +184,7 @@
/* Offset into IVEngineServer::CreateFakeClient */ /* Offset into IVEngineServer::CreateFakeClient */
"sv" "sv"
{ {
"windows" "14" "windows" "6"
} }
} }