From 3f3657e0279b4f7b111906870e8b974359cc7463 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Sun, 25 Oct 2015 15:39:07 +0300 Subject: Add layer field into wall. For now it used 0 from scripts. --- src/emap/map.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/emap/map.h') 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, -- cgit v1.2.3-60-g2f50