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/gw/gw.cpp')
-rw-r--r--plugins/gw/gw.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/gw/gw.cpp b/plugins/gw/gw.cpp
index fa6e46dfd..add9ea94a 100644
--- a/plugins/gw/gw.cpp
+++ b/plugins/gw/gw.cpp
@@ -112,7 +112,7 @@ static bool calcout(float *pos, float *front, float *cam, float *camfront, float
static bool refreshPointers(void)
{
- frontptr = NULL;
+ frontptr = 0;
frontptr = peekProc<procptr32_t>(frontptr_);
if (!frontptr)