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/bfheroes/bfheroes.cpp')
-rw-r--r--plugins/bfheroes/bfheroes.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/bfheroes/bfheroes.cpp b/plugins/bfheroes/bfheroes.cpp
index bda3be927..2903dceb9 100644
--- a/plugins/bfheroes/bfheroes.cpp
+++ b/plugins/bfheroes/bfheroes.cpp
@@ -46,7 +46,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) {
- posptr = faceptr = topptr = NULL;
+ posptr = faceptr = topptr = 0;
if (! initialize(pids, L"BFHeroes.exe", L"BFAudio.dll"))
return false;