changeset 4494 | 9585435e20f7 |
parent 4416 | 29d2d1548387 |
child 4511 | df827e70ae63 |
--- 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;