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:
authorTuck Therebelos <snares@users.sourceforge.net>2009-08-06 01:16:46 +0400
committerTuck Therebelos <snares@users.sourceforge.net>2009-08-06 01:16:46 +0400
commit06d48b9660722445964b2a9e560d1ad4b8293c42 (patch)
tree9621d9decdd86b0ddae935428ac44cbfbcff3d2d /plugins/l4d
parentae26954270fca51b7c5e46a4dda607e9a4e69f12 (diff)
L4D, Gmod updates; DODS version bump
Diffstat (limited to 'plugins/l4d')
-rw-r--r--plugins/l4d/l4d.cpp10
1 files changed, 5 insertions, 5 deletions
diff --git a/plugins/l4d/l4d.cpp b/plugins/l4d/l4d.cpp
index 6a749f588..c71db67ae 100644
--- a/plugins/l4d/l4d.cpp
+++ b/plugins/l4d/l4d.cpp
@@ -61,7 +61,7 @@ static bool peekProc(VOID *base, VOID *dest, SIZE_T len) {
}
static void about(HWND h) {
- ::MessageBox(h, L"Reads audio position information from Left 4 Dead (Build 3881)", L"Mumble L4D Plugin", MB_OK);
+ ::MessageBox(h, L"Reads audio position information from Left 4 Dead (Build 3922)", L"Mumble L4D Plugin", MB_OK);
}
static bool calcout(float *pos, float *rot, float *opos, float *front, float *top) {
@@ -112,8 +112,8 @@ static int trylock() {
if (!h)
return false;
- posptr = mod + 0x584450;
- rotptr = mod + 0x581a30;
+ posptr = mod + 0x5844a0;
+ rotptr = mod + 0x500330;
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 3881 only. Supports no fancy stuff.");
+ return std::wstring(L"Supports L4D version 3922 only. Supports no fancy stuff.");
}
-static std::wstring description(L"Left 4 Dead (Build 3881)");
+static std::wstring description(L"Left 4 Dead (Build 3922)");
static std::wstring shortname(L"Left 4 Dead");
static MumblePlugin l4dplug = {