diff options
author | Gepard <Gepard@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2010-10-21 00:38:57 +0000 |
---|---|---|
committer | Gepard <Gepard@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2010-10-21 00:38:57 +0000 |
commit | ac41b6eef235f98928f650d570a893a9db66a586 (patch) | |
tree | 56d2f59a8547182cfc11cfdf51662777d0298010 /src/map/atcommand.c | |
parent | 12c0420f9b5e5ddab111d394631a10d6bff2de84 (diff) | |
download | hercules-ac41b6eef235f98928f650d570a893a9db66a586.tar.gz hercules-ac41b6eef235f98928f650d570a893a9db66a586.tar.bz2 hercules-ac41b6eef235f98928f650d570a893a9db66a586.tar.xz hercules-ac41b6eef235f98928f650d570a893a9db66a586.zip |
* Removed unused 'indoors' mapflag (follow-up to r3729).
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/branches/renewal@14434 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'src/map/atcommand.c')
-rw-r--r-- | src/map/atcommand.c | 2 |
1 files changed, 0 insertions, 2 deletions
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); |