Updated Synergy gamedata (bug 3987, r=dvander).

This commit is contained in:
Nicholas Hastings 2009-12-14 20:30:44 -08:00
parent 5a4670ec2f
commit bd80d1cd76

View File

@ -11,7 +11,7 @@
"Games" "Games"
{ {
/* Synergy Release 11 */ /* Synergy Release 14 */
"synergy" "synergy"
{ {
"Offsets" "Offsets"
@ -19,28 +19,28 @@
/* CBasePlayer */ /* CBasePlayer */
"GiveNamedItem" "GiveNamedItem"
{ {
"windows" "354" "windows" "355"
"linux" "355" "linux" "356"
} }
"RemovePlayerItem" "RemovePlayerItem"
{ {
"windows" "237" "windows" "238"
"linux" "238" "linux" "239"
} }
"Weapon_GetSlot" "Weapon_GetSlot"
{ {
"windows" "235" "windows" "236"
"linux" "236" "linux" "237"
} }
"Ignite" "Ignite"
{ {
"windows" "192" "windows" "193"
"linux" "193" "linux" "194"
} }
"Extinguish" "Extinguish"
{ {
"windows" "196" "windows" "197"
"linux" "197" "linux" "198"
} }
"Teleport" "Teleport"
{ {
@ -49,18 +49,18 @@
} }
"CommitSuicide" "CommitSuicide"
{ {
"windows" "392" "windows" "396"
"linux" "392" "linux" "396"
} }
"GetVelocity" "GetVelocity"
{ {
"windows" "129" "windows" "130"
"linux" "130" "linux" "131"
} }
"EyeAngles" "EyeAngles"
{ {
"windows" "121" "windows" "122"
"linux" "122" "linux" "123"
} }
"DispatchKeyValue" "DispatchKeyValue"
{ {
@ -89,14 +89,24 @@
} }
"WeaponEquip" "WeaponEquip"
{ {
"windows" "228" "windows" "229"
"linux" "229" "linux" "230"
} }
"Activate" "Activate"
{ {
"windows" "31" "windows" "31"
"linux" "32" "linux" "32"
} }
"RemoveAllItems"
{
"windows" "303"
"linux" "304"
}
"PlayerRunCmd"
{
"windows" "375"
"linux" "376"
}
} }
} }
} }