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:
Diffstat (limited to 'plugins/ut2004/ut2004.cpp')
-rw-r--r--plugins/ut2004/ut2004.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/ut2004/ut2004.cpp b/plugins/ut2004/ut2004.cpp
index cef5a05a0..cb3812742 100644
--- a/plugins/ut2004/ut2004.cpp
+++ b/plugins/ut2004/ut2004.cpp
@@ -62,7 +62,7 @@ static int fetch(float *avatar_pos, float *avatar_front, float *avatar_top, floa
}
static int trylock(const std::multimap<std::wstring, unsigned long long int> &pids) {
- pos0ptr = pos1ptr = pos2ptr = faceptr = topptr = NULL;
+ pos0ptr = pos1ptr = pos2ptr = faceptr = topptr = 0;
if (! initialize(pids, L"UT2004.exe", L"Engine.dll"))
return false;