summaryrefslogtreecommitdiff
path: root/src/map/map.h
diff options
context:
space:
mode:
authorshennetsind <shennetsind@54d463be-8e91-2dee-dedb-b68131a5f0ec>2012-04-29 17:54:32 +0000
committershennetsind <shennetsind@54d463be-8e91-2dee-dedb-b68131a5f0ec>2012-04-29 17:54:32 +0000
commit20990141f99acddc43e09c4090eff120a435719b (patch)
treec5a5106617f3fdb246445d893390b7f5a42005eb /src/map/map.h
parent856c6ccb9d5d893783e27d7b0d58387276e9f4e8 (diff)
downloadhercules-20990141f99acddc43e09c4090eff120a435719b.tar.gz
hercules-20990141f99acddc43e09c4090eff120a435719b.tar.bz2
hercules-20990141f99acddc43e09c4090eff120a435719b.tar.xz
hercules-20990141f99acddc43e09c4090eff120a435719b.zip
A minor memory improvement, and some curly brace love.
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@16008 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'src/map/map.h')
-rw-r--r--src/map/map.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/map/map.h b/src/map/map.h
index 8c4e30e3d..4fe3bdf15 100644
--- a/src/map/map.h
+++ b/src/map/map.h
@@ -660,6 +660,7 @@ struct homun_data* map_id2hd(int id);
struct mercenary_data* map_id2mc(int id);
struct chat_data* map_id2cd(int id);
struct block_list * map_id2bl(int id);
+bool map_blid_exists( int id );
#define map_id2index(id) map[(id)].index
int map_mapindex2mapid(unsigned short mapindex);