diff -r 45db8e97d282 -r 9585435e20f7 QTfrontend/gamecfgwidget.h --- a/QTfrontend/gamecfgwidget.h Wed Dec 08 22:35:29 2010 +0100 +++ b/QTfrontend/gamecfgwidget.h Thu Dec 09 11:59:07 2010 +0300 @@ -39,7 +39,7 @@ GameCFGWidget(QWidget* parent, bool externalControl=false); quint32 getGameFlags() const; quint32 getInitHealth() const; - QStringList getFullConfig() const; + QByteArray getFullConfig() const; QComboBox * GameSchemes; QComboBox * WeaponsName; HWMapContainer* pMapContainer;