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:
authorTuck Therebelos <snares@users.sourceforge.net>2009-12-08 19:00:48 +0300
committerTuck Therebelos <snares@users.sourceforge.net>2009-12-08 19:01:14 +0300
commiteb9ab115b20260522ec5bf4d087242ec45997a19 (patch)
treebba8a84b6d42ca3471fb836d2f14a377ed33f39f /plugins/insurgency
parent58f972620f29ed15106edd36f750fd7fe7ade913 (diff)
Various Source plugin updates, fixes; CoD4, MW2 context fixes
Diffstat (limited to 'plugins/insurgency')
-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 f8333f6f6..aeaf2d19b 100644
--- a/plugins/insurgency/insurgency.cpp
+++ b/plugins/insurgency/insurgency.cpp
@@ -17,7 +17,6 @@ BYTE *posptr;
BYTE *rotptr;
BYTE *stateptr;
BYTE *hostptr;
-BYTE *teamptr;
static DWORD getProcess(const wchar_t *exename) {
PROCESSENTRY32 pe;
@@ -150,6 +149,7 @@ static int fetch(float *avatar_pos, float *avatar_front, float *avatar_top, floa
}
static int trylock() {
+
h = NULL;
posptr = rotptr = NULL;