# HG changeset patch
# User Wuzzy <Wuzzy2@mail.ru>
# Date 1518078384 -3600
# Node ID 48b9f15859b0b93adf2b8716e41f385e90921c88
# Parent  305f3667af202a313cf96691ce6e20a7b44f4f81
Fix failure to read game scheme (.hwg) files

diff -r 305f3667af20 -r 48b9f15859b0 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);