From 0fbb87e3b2145a05a578df51027dd243f0444f86 Mon Sep 17 00:00:00 2001 From: David Anderson Date: Wed, 7 Jan 2009 16:43:23 -0500 Subject: [PATCH] Fixed various wrong offsets in Insurgency (bug 3544, r=me). --- gamedata/sdktools.games.txt | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/gamedata/sdktools.games.txt b/gamedata/sdktools.games.txt index d863afa5..39e76c47 100644 --- a/gamedata/sdktools.games.txt +++ b/gamedata/sdktools.games.txt @@ -740,28 +740,28 @@ /* CBasePlayer */ "Ignite" { - "windows" "174" - "linux" "175" + "windows" "176" + "linux" "177" } "Extinguish" { - "windows" "175" - "linux" "176" + "windows" "176" + "linux" "177" } "Teleport" { - "windows" "90" - "linux" "91" + "windows" "91" + "linux" "92" } "GetVelocity" { - "windows" "115" - "linux" "116" + "windows" "116" + "linux" "117" } "EyeAngles" { - "windows" "107" - "linux" "108" + "windows" "108" + "linux" "109" } "AcceptInput" {