diff options
Diffstat (limited to 'src/client.cpp')
-rw-r--r-- | src/client.cpp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/client.cpp b/src/client.cpp index 690c2b434..8a6f885c7 100644 --- a/src/client.cpp +++ b/src/client.cpp @@ -39,6 +39,7 @@ #include "party.h" #include "settings.h" #include "soundmanager.h" +#include "spellshortcut.h" #include "statuseffect.h" #include "units.h" #include "touchmanager.h" @@ -1243,6 +1244,9 @@ int Client::gameExec() TranslationManager::loadCurrentLang(); PlayerInfo::stateChange(mState); + spellManager = new SpellManager; + spellShortcut = new SpellShortcut; + // Load XML databases CharDB::load(); DeadDB::load(); |