From 65a88f27b994f7ade178368c569d466f6344ded6 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Fri, 4 Oct 2013 17:38:19 +0300 Subject: add sound effects for equip/unequip/use items for local player. It using: "equip", "unequip", "use" effects from items. If no item effect present, fallback to same effects from player race. --- src/Makefile.am | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'src/Makefile.am') diff --git a/src/Makefile.am b/src/Makefile.am index 7d6bc1147..b300d71a5 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -622,6 +622,8 @@ manaplus_SOURCES += gui/widgets/avatarlistbox.cpp \ depricatedlistener.cpp \ depricatedlistener.h \ dragdrop.h \ + dropshortcut.cpp \ + dropshortcut.h \ effectmanager.cpp \ effectmanager.h \ emoteshortcut.cpp \ @@ -651,8 +653,8 @@ manaplus_SOURCES += gui/widgets/avatarlistbox.cpp \ item.h \ itemshortcut.cpp \ itemshortcut.h \ - dropshortcut.cpp \ - dropshortcut.h \ + itemsoundmanager.cpp \ + itemsoundmanager.h \ spellshortcut.cpp \ spellshortcut.h \ textcommand.cpp \ -- cgit v1.2.3-60-g2f50