Fixed Crit hits sigs for Windows and cleaned up the code somewhat
--HG-- extra : convert_revision : svn%3A39bc706e-5318-0410-9160-8a85361fbb7c/trunk%402154
This commit is contained in:
@@ -32,13 +32,13 @@
|
||||
{
|
||||
"library" "server"
|
||||
"linux" "@_ZN18CTFWeaponBaseMelee26CalcIsAttackCriticalHelperEv"
|
||||
"windows" "\x83\xEC\x08\x56\xE8\x2A\x2A\x2A\x2A\x8B\xF0\x85\xF6"
|
||||
"windows" "\x83\xEC\x08\x56\x57\x8B\xF1\xE8\x2A\x2A\x2A\x2A\x8B\xF8"
|
||||
}
|
||||
"CalcCriticalKnife"
|
||||
{
|
||||
"library" "server"
|
||||
"linux" "@_ZN8CTFKnife26CalcIsAttackCriticalHelperEv"
|
||||
"windows" "\x33\xC0\x83\xB9\x74\x12\x00\x00\x01\x0F\x94\xC0\xC3"
|
||||
"windows" "\x33\xC0\x83\xB9\xF4\x12\x00\x00\x01\x0F\x94\xC0\xC3"
|
||||
}
|
||||
|
||||
}
|
||||
@@ -57,13 +57,13 @@
|
||||
"CalcCriticalMeleeBackup"
|
||||
{
|
||||
"linux" "7"
|
||||
"windows" "9"
|
||||
"windows" "7"
|
||||
}
|
||||
/* The byte number (starting from 1) of the call (0xE8) byte or -1 if none */
|
||||
"CalcCriticalMeleeCallByte"
|
||||
{
|
||||
"linux" "-1"
|
||||
"windows" "5"
|
||||
"windows" "-1"
|
||||
}
|
||||
"CalcCriticalKnifeBackup"
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user