diff options
author | Andrei Karas <akaras@inbox.ru> | 2014-02-27 12:48:21 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2014-02-27 12:48:21 +0300 |
commit | b481cd74dfd1629ca7b045cde57562e752c49638 (patch) | |
tree | f96df5fd34ed5dba3a615d15fff69fb01903d9c0 /src/Makefile.am | |
parent | f91a3ef02da845393dc7df7cf6337d064a1feaa7 (diff) | |
download | plus-b481cd74dfd1629ca7b045cde57562e752c49638.tar.gz plus-b481cd74dfd1629ca7b045cde57562e752c49638.tar.bz2 plus-b481cd74dfd1629ca7b045cde57562e752c49638.tar.xz plus-b481cd74dfd1629ca7b045cde57562e752c49638.zip |
Dehardcode swords, shields and bows for auto switching weapons.
Diffstat (limited to 'src/Makefile.am')
-rw-r--r-- | src/Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index e45a5397a..2b1eb4c68 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -624,6 +624,8 @@ manaplus_SOURCES += gui/widgets/avatarlistbox.cpp \ resources/sdlmusic.h \ resources/db/sounddb.cpp \ resources/db/sounddb.h \ + resources/db/weaponsdb.cpp \ + resources/db/weaponsdb.h \ resources/soundeffect.cpp \ resources/soundeffect.h \ resources/soundinfo.h \ |