summaryrefslogtreecommitdiff
path: root/src/Makefile.am
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2016-07-10 03:23:36 +0300
committerAndrei Karas <akaras@inbox.ru>2016-07-10 03:23:36 +0300
commit4fcb7d5f3bd12d99a1183bf16a23f6b1f22195f2 (patch)
tree0453c6a184b6b9812050f74e0d25c9e31a697060 /src/Makefile.am
parent7590c2d05be13837a7c46d271f500f637a3d555f (diff)
downloadevol-hercules-4fcb7d5f3bd12d99a1183bf16a23f6b1f22195f2.tar.gz
evol-hercules-4fcb7d5f3bd12d99a1183bf16a23f6b1f22195f2.tar.bz2
evol-hercules-4fcb7d5f3bd12d99a1183bf16a23f6b1f22195f2.tar.xz
evol-hercules-4fcb7d5f3bd12d99a1183bf16a23f6b1f22195f2.zip
Add bit field 0x100 into sc_config.txt for allow see sc effect for all players.
Also move status based enums into separate files. And add sc shield into constants.
Diffstat (limited to 'src/Makefile.am')
-rw-r--r--src/Makefile.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index 8dea93b..05ebf01 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -104,6 +104,8 @@ MAP_SRC = emap/atcommand.c \
emap/data/session.h \
emap/data/skilld.c \
emap/data/skilld.h \
+ emap/enum/esctype.h \
+ emap/enum/esitype.h \
emap/struct/bgdext.h \
emap/struct/craft.h \
emap/struct/itemdext.h \