summaryrefslogtreecommitdiff
path: root/src/map/map.h
diff options
context:
space:
mode:
authorskotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec>2007-04-18 20:28:33 +0000
committerskotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec>2007-04-18 20:28:33 +0000
commit113ffc867c8553e2eb920d571235cdf9def57910 (patch)
treea0799ae20639ead15990c8f1c0c6c79049568816 /src/map/map.h
parent300d96c92fdb6b7b7dbda2ac2f3f92d4f4913133 (diff)
downloadhercules-113ffc867c8553e2eb920d571235cdf9def57910.tar.gz
hercules-113ffc867c8553e2eb920d571235cdf9def57910.tar.bz2
hercules-113ffc867c8553e2eb920d571235cdf9def57910.tar.xz
hercules-113ffc867c8553e2eb920d571235cdf9def57910.zip
- Now @whogm hides perfect-hide gms only if their GM level is greater than the one who invoked the command.
- Some minor cleanups. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@10290 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'src/map/map.h')
-rw-r--r--src/map/map.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/map/map.h b/src/map/map.h
index 00f95356a..0600729c3 100644
--- a/src/map/map.h
+++ b/src/map/map.h
@@ -1290,9 +1290,7 @@ int map_getusers(void);
// block削除関連
int map_freeblock(struct block_list *bl);
int map_freeblock_lock(void);
-//int map_freeblock_unlock(void);
-int map_freeblock_unlock_sub (char *file, int lineno);
-#define map_freeblock_unlock() map_freeblock_unlock_sub (__FILE__, __LINE__)
+int map_freeblock_unlock(void);
// block関連
int map_addblock_sub(struct block_list *, int);
int map_delblock_sub(struct block_list *, int);