summaryrefslogtreecommitdiff
path: root/src/plugins/HPMHooking/HPMHooking_char.Hooks.inc
diff options
context:
space:
mode:
authorHaru <haru@dotalux.com>2019-08-25 17:45:23 +0200
committerHaru <haru@dotalux.com>2019-08-26 00:29:01 +0200
commitfa0e16f6e27f783186ad83ca442fe0b48e7c2cfd (patch)
tree60aedce923b742ccd20f8872661fa5bdd2b7aa2e /src/plugins/HPMHooking/HPMHooking_char.Hooks.inc
parent0ca24c219b8a5a7cd4beb15d8384380f7e6fa9b5 (diff)
downloadhercules-fa0e16f6e27f783186ad83ca442fe0b48e7c2cfd.tar.gz
hercules-fa0e16f6e27f783186ad83ca442fe0b48e7c2cfd.tar.bz2
hercules-fa0e16f6e27f783186ad83ca442fe0b48e7c2cfd.tar.xz
hercules-fa0e16f6e27f783186ad83ca442fe0b48e7c2cfd.zip
HPM Hooks Update
Signed-off-by: Haru <haru@dotalux.com>
Diffstat (limited to 'src/plugins/HPMHooking/HPMHooking_char.Hooks.inc')
-rw-r--r--src/plugins/HPMHooking/HPMHooking_char.Hooks.inc27
1 files changed, 0 insertions, 27 deletions
diff --git a/src/plugins/HPMHooking/HPMHooking_char.Hooks.inc b/src/plugins/HPMHooking/HPMHooking_char.Hooks.inc
index 5ea566d77..1148966c8 100644
--- a/src/plugins/HPMHooking/HPMHooking_char.Hooks.inc
+++ b/src/plugins/HPMHooking/HPMHooking_char.Hooks.inc
@@ -16415,33 +16415,6 @@ int HP_mapif_parse_broadcast(int fd) {
}
return retVal___;
}
-int HP_mapif_parse_WisToGM(int fd) {
- int hIndex = 0;
- int retVal___ = 0;
- if (HPMHooks.count.HP_mapif_parse_WisToGM_pre > 0) {
- int (*preHookFunc) (int *fd);
- *HPMforce_return = false;
- for (hIndex = 0; hIndex < HPMHooks.count.HP_mapif_parse_WisToGM_pre; hIndex++) {
- preHookFunc = HPMHooks.list.HP_mapif_parse_WisToGM_pre[hIndex].func;
- retVal___ = preHookFunc(&fd);
- }
- if (*HPMforce_return) {
- *HPMforce_return = false;
- return retVal___;
- }
- }
- {
- retVal___ = HPMHooks.source.mapif.parse_WisToGM(fd);
- }
- if (HPMHooks.count.HP_mapif_parse_WisToGM_post > 0) {
- int (*postHookFunc) (int retVal___, int fd);
- for (hIndex = 0; hIndex < HPMHooks.count.HP_mapif_parse_WisToGM_post; hIndex++) {
- postHookFunc = HPMHooks.list.HP_mapif_parse_WisToGM_post[hIndex].func;
- retVal___ = postHookFunc(retVal___, fd);
- }
- }
- return retVal___;
-}
int HP_mapif_parse_Registry(int fd) {
int hIndex = 0;
int retVal___ = 0;