diff options
author | zephyrus <zephyrus@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2008-08-20 19:40:53 +0000 |
---|---|---|
committer | zephyrus <zephyrus@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2008-08-20 19:40:53 +0000 |
commit | 70c20becdaf7722c6b728263f8c13a29e5a87287 (patch) | |
tree | 70609ad1b65488c4c9f2267365bfa14df974a173 /src/map/map.h | |
parent | 74d35a9d33bcdba381e9e78af1bdf59d106f1493 (diff) | |
download | hercules-70c20becdaf7722c6b728263f8c13a29e5a87287.tar.gz hercules-70c20becdaf7722c6b728263f8c13a29e5a87287.tar.bz2 hercules-70c20becdaf7722c6b728263f8c13a29e5a87287.tar.xz hercules-70c20becdaf7722c6b728263f8c13a29e5a87287.zip |
- Removed my barricade implementation. Not required in WoE SE.
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@13097 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'src/map/map.h')
-rw-r--r-- | src/map/map.h | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/src/map/map.h b/src/map/map.h index a86730963..c428b8922 100644 --- a/src/map/map.h +++ b/src/map/map.h @@ -387,13 +387,6 @@ struct mapcell #endif }; -struct barricade_data { - char npc_event[50]; - short m, x, y, count, amount, dir; - - bool killable, shootable, walkable; -}; - struct map_data { char name[MAP_NAME_LENGTH]; unsigned short index; // The map index used by the mapindex* functions. @@ -405,7 +398,6 @@ struct map_data { short bxs,bys; // map dimensions (in blocks) int npc_num; int users; - int barricade_num; struct map_flag { unsigned town : 1; // [Suggestion to protect Mail System] unsigned autotrade : 1; |