Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mumble-voip/mumble.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChosi <chosi@choseh.de>2009-10-13 18:38:16 +0400
committerStefan Hacker <dd0t@users.sourceforge.net>2009-10-13 18:50:28 +0400
commitf75ae8b3075c2c0032d8132448c9d6fcb9d92e34 (patch)
treeb1b9144503ee75dffd0e113133b804c302db6b51 /plugins/l4d
parent0043285783d6ebea04cb520a46f04357fa1646de (diff)
L4D plugin update to rev 3986
Diffstat (limited to 'plugins/l4d')
-rw-r--r--plugins/l4d/l4d.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/plugins/l4d/l4d.cpp b/plugins/l4d/l4d.cpp
index c71db67ae..8f34aa1e3 100644
--- a/plugins/l4d/l4d.cpp
+++ b/plugins/l4d/l4d.cpp
@@ -112,8 +112,8 @@ static int trylock() {
if (!h)
return false;
- posptr = mod + 0x5844a0;
- rotptr = mod + 0x500330;
+ posptr = mod + 0x580548;
+ rotptr = mod + 0x4FF024;
float pos[3];
float rot[3];
@@ -164,10 +164,10 @@ static int fetch(float *avatar_pos, float *avatar_front, float *avatar_top, floa
}
static const std::wstring longdesc() {
- return std::wstring(L"Supports L4D version 3922 only. Supports no fancy stuff.");
+ return std::wstring(L"Supports L4D version 3986 only. Supports no fancy stuff.");
}
-static std::wstring description(L"Left 4 Dead (Build 3922)");
+static std::wstring description(L"Left 4 Dead (Build 3986)");
static std::wstring shortname(L"Left 4 Dead");
static MumblePlugin l4dplug = {