summaryrefslogtreecommitdiff
path: root/src/map/map.h
diff options
context:
space:
mode:
authorGepard <Gepard@54d463be-8e91-2dee-dedb-b68131a5f0ec>2010-10-21 00:38:57 +0000
committerGepard <Gepard@54d463be-8e91-2dee-dedb-b68131a5f0ec>2010-10-21 00:38:57 +0000
commit55b7526fef129aa129b1451fa2f55c76f3de3df6 (patch)
tree5570c49a5422e987479560c92ef710eea9cee41b /src/map/map.h
parent0d0eec49317fff199cfb67b4d4f202d824cf68e6 (diff)
downloadhercules-55b7526fef129aa129b1451fa2f55c76f3de3df6.tar.gz
hercules-55b7526fef129aa129b1451fa2f55c76f3de3df6.tar.bz2
hercules-55b7526fef129aa129b1451fa2f55c76f3de3df6.tar.xz
hercules-55b7526fef129aa129b1451fa2f55c76f3de3df6.zip
* 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
Diffstat (limited to 'src/map/map.h')
-rw-r--r--src/map/map.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/map/map.h b/src/map/map.h
index f5da4a437..199db618d 100644
--- a/src/map/map.h
+++ b/src/map/map.h
@@ -453,7 +453,6 @@ struct map_data {
unsigned sakura : 1; // [Valaris]
unsigned leaves : 1; // [Valaris]
unsigned rain : 1; // [Valaris]
- unsigned indoors : 1; // celest
unsigned nogo : 1; // [Valaris]
unsigned nobaseexp : 1; // [Lorky] added by Lupus
unsigned nojobexp : 1; // [Lorky]