Commit 6f28e7b0 authored by nanahira's avatar nanahira

Merge branch 'develop' into server-develop

parents 7da877f6 cb1ef41e
Pipeline #35003 passed with stages
in 14 minutes and 41 seconds
......@@ -56,6 +56,7 @@ void DeckManager::LoadLFList() {
#endif
#endif
LoadLFListSingle("expansions/lflist.conf");
LoadLFListSingle("specials/lflist.conf");
LoadLFListSingle("lflist.conf");
LFList nolimit;
nolimit.listName = L"N/A";
......
......@@ -194,6 +194,7 @@ bool Game::Initialize() {
return false;
}
LoadExpansions();
dataManager.LoadDB(L"specials/special.cdb");
env = device->getGUIEnvironment();
numFont = irr::gui::CGUITTFont::createTTFont(env, gameConf.numfont, 16);
if(!numFont) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment