Fix failure to read game scheme (.hwg) files
authorWuzzy <Wuzzy2@mail.ru>
Thu, 08 Feb 2018 09:26:24 +0100
changeset 12924 48b9f15859b0
parent 12923 305f3667af20
child 12925 7a54bda7b6d1
Fix failure to read game scheme (.hwg) files
QTfrontend/hwform.cpp
--- a/QTfrontend/hwform.cpp	Thu Feb 08 09:14:20 2018 +0100
+++ b/QTfrontend/hwform.cpp	Thu Feb 08 09:26:24 2018 +0100
@@ -347,7 +347,7 @@
 
     connect(ui.pageVideos, SIGNAL(goBack()), config, SLOT(SaveVideosOptions()));
 
-    ammoSchemeModel = new AmmoSchemeModel(this, cfgdir->absolutePath() + "/Game Settings");
+    ammoSchemeModel = new AmmoSchemeModel(this, cfgdir->absolutePath() + "/Schemes/Game");
     ui.pageScheme->setModel(ammoSchemeModel);
     ui.pageMultiplayer->gameCFG->GameSchemes->setModel(ammoSchemeModel);
     ui.pageOptions->SchemesName->setModel(ammoSchemeModel);