diff options
author | shennetsind <ind@henn.et> | 2013-10-02 14:31:46 -0300 |
---|---|---|
committer | shennetsind <ind@henn.et> | 2013-10-02 14:31:46 -0300 |
commit | 2f2afbd3b63a75695f8f96e3bcb4db9fff5a7dc6 (patch) | |
tree | 9f8d7692f8d1e23837ca7b7ca6b5c3ba874eedc3 /src/map/elemental.c | |
parent | 7c711d608a454abea0037d79b3e805d8d7cfca55 (diff) | |
download | hercules-2f2afbd3b63a75695f8f96e3bcb4db9fff5a7dc6.tar.gz hercules-2f2afbd3b63a75695f8f96e3bcb4db9fff5a7dc6.tar.bz2 hercules-2f2afbd3b63a75695f8f96e3bcb4db9fff5a7dc6.tar.xz hercules-2f2afbd3b63a75695f8f96e3bcb4db9fff5a7dc6.zip |
HPM: Map.c Completed
Fully Interfaced.
Moved missing vars and declarations of interest into the interface, removed duplicate mentions of map within calls to shorten wherever it made sense to.
Ladies and Gentleman its my pleasure to announce that with this commit we've revised all of map-server, we've learned a hell lot from this, improved many things on the go and have a number of features to be released thanks to this. *cough* hpm hooking *cough*.
Signed-off-by: shennetsind <ind@henn.et>
Diffstat (limited to 'src/map/elemental.c')
-rw-r--r-- | src/map/elemental.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/map/elemental.c b/src/map/elemental.c index 5a3630c70..3251ca992 100644 --- a/src/map/elemental.c +++ b/src/map/elemental.c @@ -754,7 +754,7 @@ int elemental_ai_sub_foreachclient(struct map_session_data *sd, va_list ap) { } int elemental_ai_timer(int tid, unsigned int tick, int id, intptr_t data) { - map->map_foreachpc(elemental->ai_sub_foreachclient,tick); + map->foreachpc(elemental->ai_sub_foreachclient,tick); return 0; } |