summaryrefslogtreecommitdiff
path: root/src/emap/map.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2015-10-25 15:39:07 +0300
committerAndrei Karas <akaras@inbox.ru>2015-10-25 15:39:07 +0300
commit3f3657e0279b4f7b111906870e8b974359cc7463 (patch)
tree00fc60ff96747486ae67b3476d14040a4e6404c9 /src/emap/map.h
parent4f45fd0d497028ef66d6e4c0313e874f9fd0984b (diff)
downloadevol-hercules-3f3657e0279b4f7b111906870e8b974359cc7463.tar.gz
evol-hercules-3f3657e0279b4f7b111906870e8b974359cc7463.tar.bz2
evol-hercules-3f3657e0279b4f7b111906870e8b974359cc7463.tar.xz
evol-hercules-3f3657e0279b4f7b111906870e8b974359cc7463.zip
Add layer field into wall. For now it used 0 from scripts.
Diffstat (limited to 'src/emap/map.h')
-rw-r--r--src/emap/map.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/emap/map.h b/src/emap/map.h
index f0bf8d5..1e57749 100644
--- a/src/emap/map.h
+++ b/src/emap/map.h
@@ -34,6 +34,7 @@ bool emap_iwall_set(int16 *m,
void emap_iwall_get(struct map_session_data *sd);
void emap_iwall_remove(const char *name);
bool emap_iwall_set2(int m,
+ int layer,
int x1, int y1,
int x2, int y2,
int mask,