From 55b7526fef129aa129b1451fa2f55c76f3de3df6 Mon Sep 17 00:00:00 2001 From: Gepard Date: Thu, 21 Oct 2010 00:38:57 +0000 Subject: * Removed unused 'indoors' mapflag (follow-up to r3729). git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@14434 54d463be-8e91-2dee-dedb-b68131a5f0ec --- src/map/atcommand.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/map/atcommand.c') diff --git a/src/map/atcommand.c b/src/map/atcommand.c index eccce4eb1..bed466f48 100644 --- a/src/map/atcommand.c +++ b/src/map/atcommand.c @@ -4366,8 +4366,6 @@ int atcommand_mapinfo(const int fd, struct map_session_data* sd, const char* com strcat(atcmd_output, "Leaves | "); if (map[m_id].flag.rain) strcat(atcmd_output, "Rain | "); - if (map[m_id].flag.indoors) - strcat(atcmd_output, "Indoors | "); if (map[m_id].flag.nightenabled) strcat(atcmd_output, "Displays Night | "); clif_displaymessage(fd, atcmd_output); -- cgit v1.2.3-70-g09d2