diff options
author | shennetsind <ind@henn.et> | 2013-06-08 21:19:53 -0300 |
---|---|---|
committer | shennetsind <ind@henn.et> | 2013-06-08 21:19:53 -0300 |
commit | cab0a3a6bfb0c7c7e4d108beb18050854af98753 (patch) | |
tree | 5d04377ee930a090a7cdd75d6016d38fc9044cfb /src/map | |
parent | 3e2b64ca3ed0678c858f4f326278bca8b44c5298 (diff) | |
download | hercules-cab0a3a6bfb0c7c7e4d108beb18050854af98753.tar.gz hercules-cab0a3a6bfb0c7c7e4d108beb18050854af98753.tar.bz2 hercules-cab0a3a6bfb0c7c7e4d108beb18050854af98753.tar.xz hercules-cab0a3a6bfb0c7c7e4d108beb18050854af98753.zip |
Fixed map interface error
Signed-off-by: shennetsind <ind@henn.et>
Diffstat (limited to 'src/map')
-rw-r--r-- | src/map/map.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/map/map.c b/src/map/map.c index 44b328d05..f0db40c39 100644 --- a/src/map/map.c +++ b/src/map/map.c @@ -5634,7 +5634,7 @@ void map_defaults(void) { iMap->map_foreachregen = map_map_foreachregen; iMap->map_foreachiddb = map_map_foreachiddb; - iMap->foreachinrange = iMap->foreachinrange; + iMap->foreachinrange = map_foreachinrange; iMap->foreachinshootrange = map_foreachinshootrange; iMap->foreachinarea=map_foreachinarea; iMap->forcountinrange=map_forcountinrange; |