diff options
author | shennetsind <shennetsind@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2012-04-29 17:54:32 +0000 |
---|---|---|
committer | shennetsind <shennetsind@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2012-04-29 17:54:32 +0000 |
commit | 20990141f99acddc43e09c4090eff120a435719b (patch) | |
tree | c5a5106617f3fdb246445d893390b7f5a42005eb /src/map/map.h | |
parent | 856c6ccb9d5d893783e27d7b0d58387276e9f4e8 (diff) | |
download | hercules-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.h | 1 |
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); |