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>2010-01-24 00:02:29 +0300
committerTuck Therebelos <snares@users.sourceforge.net>2010-01-24 00:02:58 +0300
commitd24d29bbc3444aa8bda61b7498670041500e5d67 (patch)
treeb69a6856f6e88638b66a2448b72cd8ed48135f62 /plugins/tf2
parent7b307428e19c093181d0776738892602296a3710 (diff)
Added alpha-testing ArmA 2 plugin; plugin version bumps
Diffstat (limited to 'plugins/tf2')
-rw-r--r--plugins/tf2/tf2.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/plugins/tf2/tf2.cpp b/plugins/tf2/tf2.cpp
index db6072572..f23857b57 100644
--- a/plugins/tf2/tf2.cpp
+++ b/plugins/tf2/tf2.cpp
@@ -98,7 +98,7 @@ static bool peekProc(VOID *base, VOID *dest, SIZE_T len) {
}
static void about(HWND h) {
- ::MessageBox(h, L"Reads audio position information from Team Fortress 2 (Build 4057). IP:Port context support.", L"Mumble TF2 Plugin", MB_OK);
+ ::MessageBox(h, L"Reads audio position information from Team Fortress 2 (Build 4069). IP:Port context support.", L"Mumble TF2 Plugin", MB_OK);
}
static bool calcout(float *pos, float *rot, float *opos, float *front, float *top) {
@@ -250,10 +250,10 @@ static void unlock() {
}
static const std::wstring longdesc() {
- return std::wstring(L"Supports TF2 build 4057. No identity support yet.");
+ return std::wstring(L"Supports TF2 build 4069. No identity support yet.");
}
-static std::wstring description(L"Team Fortress 2 (Build 4057)");
+static std::wstring description(L"Team Fortress 2 (Build 4069)");
static std::wstring shortname(L"Team Fortress 2");
static MumblePlugin tf2plug = {