From ce1bd535cbacc3451bab4c8435100f57319cf802 Mon Sep 17 00:00:00 2001 From: xawotihs Date: Mon, 9 Dec 2013 23:59:03 +0100 Subject: [PATCH] Fixed Qtconsole using WagicCore correctly. --- JGE/src/Qtconsole.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/JGE/src/Qtconsole.cpp b/JGE/src/Qtconsole.cpp index 333c9c400..be736a1d3 100644 --- a/JGE/src/Qtconsole.cpp +++ b/JGE/src/Qtconsole.cpp @@ -24,6 +24,7 @@ int main(int argc, char* argv[]) int result = 0; WagicCore* wagicCore = new WagicCore(); + wagicCore->initApp(); MTGCollection()->loadFolder("sets/primitives/"); MTGCollection()->loadFolder("sets/", "_cards.dat"); options.reloadProfile();