summaryrefslogtreecommitdiff
path: root/meta2/proto.cpp
diff options
context:
space:
mode:
author(no author) <(no author)@4f64403b-2f21-0410-a795-97e2b3489a10>2008-07-15 05:17:55 +0000
committer(no author) <(no author)@4f64403b-2f21-0410-a795-97e2b3489a10>2008-07-15 05:17:55 +0000
commite8e794f67af810a895de3fb1b4bfbeda52b19429 (patch)
tree11f645baa24118e68d8357dcc37c205e3895d2b5 /meta2/proto.cpp
parente26ea67fde76cda8921df49b73c47fd247968b8e (diff)
suggested changes by Drugwash
added patch to create service override service in core git-svn-id: https://server.scottellis.com.au/svn/mim_plugs@423 4f64403b-2f21-0410-a795-97e2b3489a10
Diffstat (limited to 'meta2/proto.cpp')
-rw-r--r--meta2/proto.cpp4
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