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/struct/walldata2.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/emap/struct') diff --git a/src/emap/struct/walldata2.h b/src/emap/struct/walldata2.h index 781ebb3..a49013d 100644 --- a/src/emap/struct/walldata2.h +++ b/src/emap/struct/walldata2.h @@ -7,6 +7,7 @@ struct WallData { char name[50]; + int layer; int x1; int y1; int x2; -- cgit v1.2.3-60-g2f50