diff options
Diffstat (limited to 'meta2/proto.cpp')
-rw-r--r-- | meta2/proto.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta2/proto.cpp b/meta2/proto.cpp index 8cf504a..a6f81f7 100644 --- a/meta2/proto.cpp +++ b/meta2/proto.cpp @@ -523,7 +523,7 @@ void InitProto() { void DeinitProto() {
for(int i = 0; i < NUM_SERVICES; i++)
DestroyServiceFunction(hServices[i]);
- for(int i = 0; i < NUM_HOOKS_INTERNAL; i++)
- UnhookEvent(hHooksInternal[i]);
+ for(int j = 0; j < NUM_HOOKS_INTERNAL; j++)
+ UnhookEvent(hHooksInternal[j]);
}
\ No newline at end of file |