diff --git a/gamedata/common.games/functions.engine.txt b/gamedata/common.games/functions.engine.txt index 1600f8deb2..0c483966dd 100644 --- a/gamedata/common.games/functions.engine.txt +++ b/gamedata/common.games/functions.engine.txt @@ -18,14 +18,14 @@ "SV_DropClient" // void SV_DropClient(client_t *cl, qboolean crash, const char *fmt, ...); { "library" "engine" - "windows" "\x55\x8B\x2A\x81\x2A\x2A\x2A\x2A\x2A\x8B\x2A\x2A\x53\x56\x8D" + "windows" "\x55\x8B\xEC\x81\xEC\x2A\x2A\x2A\x2A\xA1\x2A\x2A\x2A\x2A\x33\xC5\x89\x45\xFC\x56\x57\x8B\x7D\x08\x8D\x45\x14" "linux" "@SV_DropClient" "mac" "@SV_DropClient" } "Cvar_DirectSet" // void Cvar_DirectSet(struct cvar_s *var, char *value); { "library" "engine" - "windows" "\x55\x8B\x2A\x81\x2A\x2A\x2A\x2A\x2A\x56\x8B\x2A\x2A\x57\x8B\x2A\x2A\x85" + "windows" "\x55\x8B\xEC\x81\xEC\x2A\x2A\x2A\x2A\xA1\x2A\x2A\x2A\x2A\x33\xC5\x89\x45\xFC\x56\x8B\x75\x0C\x57\x8B\x7D\x08" "linux" "@Cvar_DirectSet" "mac" "@Cvar_DirectSet" }