From 28165cbeca05b74cf66f121757f21f4cb7cd381e Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Sun, 31 Mar 2013 23:06:04 +0300 Subject: Add support for sound effects in any notification messages. --- src/client.cpp | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/client.cpp') diff --git a/src/client.cpp b/src/client.cpp index f79baf7df..10a6c6f96 100644 --- a/src/client.cpp +++ b/src/client.cpp @@ -83,6 +83,7 @@ #include "resources/imagehelper.h" #include "resources/openglimagehelper.h" #include "resources/sdlimagehelper.h" +#include "resources/sounddb.h" #include "resources/itemdb.h" #include "resources/mapdb.h" #include "resources/monsterdb.h" @@ -734,6 +735,7 @@ void Client::gameClear() // Unload XML databases CharDB::unload(); ColorDB::unload(); + SoundDB::unload(); EmoteDB::unload(); ItemDB::unload(); MonsterDB::unload(); @@ -1369,6 +1371,7 @@ int Client::gameExec() // Load XML databases CharDB::load(); ColorDB::load(); + SoundDB::load(); MapDB::load(); ItemDB::load(); Being::load(); -- cgit v1.2.3-60-g2f50