Skip to content

Commit cf1c95e

Browse files
committed
Fix ep2v Win32 FireOutput sig (#2276)
1 parent 4d1e265 commit cf1c95e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gamedata/sdktools.games/engine.ep2valve.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@
8787
{
8888
/* String: "(%0.2f) output: (%s,%s) -> (%s,%s)(%s)" */
8989
"library" "server"
90-
"windows" "\x55\x8B\xEC\x81\xEC\x2A\x2A\x2A\x2A\x53\x8B\xC1"
90+
"windows" "\x55\x8B\xEC\x81\xEC\x2A\x2A\x2A\x2A\x8B\xC1\x53\x89\x45\xD4\x56"
9191
"windows64" "\x48\x8B\xC4\x48\x89\x50\x10\x48\x89\x48\x08\x41\x54"
9292
"linux" "@_ZN17CBaseEntityOutput10FireOutputE9variant_tP11CBaseEntityS2_f"
9393
"linux64" "@_ZN17CBaseEntityOutput10FireOutputE9variant_tP11CBaseEntityS2_f"

0 commit comments

Comments
 (0)