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-03-16 15:52:46 +0300
committerTuck Therebelos <snares@users.sourceforge.net>2009-03-16 15:52:46 +0300
commit50b3f50b179ffdf6b70d7cff9edba59cc99d9d7d (patch)
treed5df5dcd83a2b5f22a44be42b6375b64f9d96b32 /plugins/l4d
parent97098ab43726c16688f8583a0b40b958bf163991 (diff)
L4D build number update
Diffstat (limited to 'plugins/l4d')
-rw-r--r--plugins/l4d/l4d.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/l4d/l4d.cpp b/plugins/l4d/l4d.cpp
index 83a5b6c47..e54e55fef 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 3730)", L"Mumble L4D Plugin", MB_OK);
+ ::MessageBox(h, L"Reads audio position information from Left 4 Dead (Build 3777)", L"Mumble L4D Plugin", MB_OK);
}
static bool calcout(float *pos, float *rot, float *opos, float *front, float *top) {
@@ -152,7 +152,7 @@ static int fetch(float *pos, float *front, float *top) {
static MumblePlugin l4dplug = {
MUMBLE_PLUGIN_MAGIC,
- L"Left 4 Dead (Build 3730)",
+ L"Left 4 Dead (Build 3777)",
L"Left 4 Dead",
about,
NULL,