From 0d33b6af4b3fd6ca139c84254a9c7ad4b6a793cf Mon Sep 17 00:00:00 2001 From: Scott Ehlert Date: Thu, 26 Jul 2007 09:48:18 +0000 Subject: [PATCH] Fixed various vtable indices for HL2DM - this fixes amb679 --HG-- extra : convert_revision : svn%3A39bc706e-5318-0410-9160-8a85361fbb7c/trunk%401179 --- gamedata/sdktools.games.txt | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/gamedata/sdktools.games.txt b/gamedata/sdktools.games.txt index 91ae9c89..dda76492 100644 --- a/gamedata/sdktools.games.txt +++ b/gamedata/sdktools.games.txt @@ -231,33 +231,33 @@ { "GiveNamedItem" { - "windows" "327" - "linux" "328" + "windows" "328" + "linux" "329" } "RemovePlayerItem" { - "windows" "225" - "linux" "226" + "windows" "226" + "linux" "227" } "Weapon_GetSlot" { - "windows" "223" - "linux" "224" + "windows" "224" + "linux" "225" } "Ignite" - { - "windows" "187" - "linux" "188" - } - "Extinguish" { "windows" "188" "linux" "189" } + "Extinguish" + { + "windows" "189" + "linux" "190" + } "Teleport" { - "windows" "97" - "linux" "98" + "windows" "98" + "linux" "99" } "CommitSuicide" {