From b8b21edf63e58270e7744548c73e1c5ef64b7950 Mon Sep 17 00:00:00 2001 From: ai4rei Date: Thu, 2 Dec 2010 18:50:34 +0000 Subject: * 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 --- src/map/map.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/map/map.h') 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); -- cgit v1.2.3-70-g09d2