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/lol/lol.cpp')
-rw-r--r--plugins/lol/lol.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/lol/lol.cpp b/plugins/lol/lol.cpp
index 5bea2920d..19dc69eb6 100644
--- a/plugins/lol/lol.cpp
+++ b/plugins/lol/lol.cpp
@@ -81,7 +81,7 @@ static bool calcout(float *pos, float *cam, float *opos, float *ocam) {
}
static bool refreshPointers(void) {
- posptr = afrontptr = tmpptr = NULL;
+ posptr = afrontptr = tmpptr = 0;
// Avatar front vector pointer
tmpptr = peekProc<procptr32_t>(gameptr);