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/map.h | |
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/map.h')
-rw-r--r-- | src/map/map.h | 1 |
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] |