From 4a59ac011f93e0d2f9104517dbf7e0244a51ea91 Mon Sep 17 00:00:00 2001 From: Nicholas Hastings Date: Tue, 9 Mar 2010 18:47:56 -0500 Subject: [PATCH] Fixed FireOutput signature for FortressForever (bug 4062, r=dvander) --- gamedata/sdktools.games/game.ff.txt | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/gamedata/sdktools.games/game.ff.txt b/gamedata/sdktools.games/game.ff.txt index 656fffc1..158651d2 100644 --- a/gamedata/sdktools.games/game.ff.txt +++ b/gamedata/sdktools.games/game.ff.txt @@ -96,6 +96,11 @@ "windows" "36" "linux" "37" } + "FireOutputBackup" + { + "windows" "6" + "linux" "6" + } } "Signatures" @@ -120,6 +125,12 @@ "library" "server" "windows" "\x56\x8B\x74\x24\x0C\x83\xFE\xFF\x57\x8B\x7C\x24\x0C\x74\x27\x8B\x0D\x2A\x2A\x2A\x2A\x8B\x01\x8B\x50\x54\x56\xFF\xD2" } + "FireOutput" + { + "library" "server" + "windows" "\x81\xEC\x2A\x2A\x2A\x2A\x53\x55\x56\x8B\x2A\x2A\x85\xF6\x57" + "linux" "@_ZN17CBaseEntityOutput10FireOutputE9variant_tP11CBaseEntityS2_f" + } } } } \ No newline at end of file