Skip to content

Commit

Permalink
SV_DropClient & Cvar_DirectSet signatures update
Browse files Browse the repository at this point in the history
  • Loading branch information
SergeyShorokhov committed Feb 9, 2024
1 parent 27f451a commit 083c2d3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions gamedata/common.games/functions.engine.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
Expand Down

0 comments on commit 083c2d3

Please sign in to comment.