Merge pull request #352 from Ni3znajomy/fix-gamedata

Fix linux/mac GiveNamedItem and GiveDefaultItems symbols
This commit is contained in:
Vincent Herbet 2016-02-08 13:39:19 +01:00
commit 6b5d26c9ce

View File

@ -43,16 +43,16 @@
{ {
"library" "server" "library" "server"
"windows" "\x8B\x2A\x2A\x2A\x56\x57\x8B\x2A\x8B\x2A\x2A\x2A\x2A\x2A\x2B" "windows" "\x8B\x2A\x2A\x2A\x56\x57\x8B\x2A\x8B\x2A\x2A\x2A\x2A\x2A\x2B"
"linux" "@_ZN11CBasePlayer10GiveShieldEb" "linux" "@_ZN11CBasePlayer13GiveNamedItemEPKc"
"mac" "@_ZN11CBasePlayer10GiveShieldEb" "mac" "@_ZN11CBasePlayer13GiveNamedItemEPKc"
} }
"GiveDefaultItems" // void CBasePlayer::GiveDefaultItems(void) "GiveDefaultItems" // void CBasePlayer::GiveDefaultItems(void)
{ {
"library" "server" "library" "server"
"windows" "\x56\x57\x6A\x2A\x8B\x2A\xE8\x2A\x2A\x2A\x2A\x8B\x2A\x2A\x2A\x2A\x2A\xC6" "windows" "\x56\x57\x6A\x2A\x8B\x2A\xE8\x2A\x2A\x2A\x2A\x8B\x2A\x2A\x2A\x2A\x2A\xC6"
"linux" "@_ZN11CBasePlayer10GiveShieldEb" "linux" "@_ZN11CBasePlayer16GiveDefaultItemsEv"
"mac" "@_ZN11CBasePlayer10GiveShieldEb" "mac" "@_ZN11CBasePlayer16GiveDefaultItemsEv"
} }
"GiveShield" // void CBasePlayer::GiveShield(bool bRetire) "GiveShield" // void CBasePlayer::GiveShield(bool bRetire)