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/insurgency/insurgency.cpp')
-rw-r--r--plugins/insurgency/insurgency.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/insurgency/insurgency.cpp b/plugins/insurgency/insurgency.cpp
index fbb1e081d..2fb18f68f 100644
--- a/plugins/insurgency/insurgency.cpp
+++ b/plugins/insurgency/insurgency.cpp
@@ -92,7 +92,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 = rotptr = NULL;
+ posptr = rotptr = 0;
if (! initialize(pids, L"hl2.exe", L"client.dll"))
return false;