Skip to content

Commit

Permalink
Fix Windows FireOutput signature for Nuclear Dawn (fixes #2084)
Browse files Browse the repository at this point in the history
(cherry picked from commit bb1431c)
  • Loading branch information
psychonic committed Nov 27, 2023
1 parent efd526f commit e274b27
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gamedata/sdktools.games/game.nucleardawn.txt
Expand Up @@ -263,7 +263,7 @@
"FireOutput"
{
"library" "server"
"windows" "\x55\x8B\xEC\x83\xEC\x14\xD9\x45\x10\x8B\x45\x0C\x56\x8B"
"windows" "\x55\x8B\xEC\x81\xEC\x2C\x01\x00\x00\xA1\x2A\x2A\x2A\x2A\x33\xC5\x89\x45\xFC\x53\x8B\x5D\x20"
"linux" "@_ZN17CBaseEntityOutput10FireOutputE9variant_tP11CBaseEntityS2_f"
"mac" "@_ZN17CBaseEntityOutput10FireOutputE9variant_tP11CBaseEntityS2_f"
}
Expand Down

0 comments on commit e274b27

Please sign in to comment.