summaryrefslogtreecommitdiff
path: root/src/map/map.h
diff options
context:
space:
mode:
authorai4rei <ai4rei@54d463be-8e91-2dee-dedb-b68131a5f0ec>2010-12-02 18:50:34 +0000
committerai4rei <ai4rei@54d463be-8e91-2dee-dedb-b68131a5f0ec>2010-12-02 18:50:34 +0000
commitb8b21edf63e58270e7744548c73e1c5ef64b7950 (patch)
tree9e1f1d5f5047e2bfb112f451a498e03b588e56b2 /src/map/map.h
parent48f6cbbd88f70c4ef4cb1ce711053009b666164a (diff)
downloadhercules-b8b21edf63e58270e7744548c73e1c5ef64b7950.tar.gz
hercules-b8b21edf63e58270e7744548c73e1c5ef64b7950.tar.bz2
hercules-b8b21edf63e58270e7744548c73e1c5ef64b7950.tar.xz
hercules-b8b21edf63e58270e7744548c73e1c5ef64b7950.zip
* Fixed mapflags not getting initialized upon @reloadscript (bugreport:2247, since r1275).
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@14548 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 08cb3aada..3b1775e46 100644
--- a/src/map/map.h
+++ b/src/map/map.h
@@ -630,6 +630,7 @@ int cleanup_sub(struct block_list *bl, va_list ap);
void map_helpscreen(int flag); // [Valaris]
int map_delmap(char* mapname);
+void map_flags_init(void);
bool map_iwall_set(int m, int x, int y, int size, int dir, bool shootable, const char* wall_name);
void map_iwall_get(struct map_session_data *sd);