Compess at highest ratio
authorunc0rr
Tue, 14 Dec 2010 21:56:37 +0300
changeset 4527 d5d563a0ca54
parent 4526 38afca1e4248
child 4529 467ab0685890
child 4530 984f74b2f498
Compess at highest ratio
QTfrontend/gamecfgwidget.cpp
--- a/QTfrontend/gamecfgwidget.cpp	Tue Dec 14 21:04:43 2010 +0300
+++ b/QTfrontend/gamecfgwidget.cpp	Tue Dec 14 21:56:37 2010 +0300
@@ -535,5 +535,5 @@
 void GameCFGWidget::onDrawnMapChanged(const QByteArray & data)
 {
     qDebug("GameCFGWidget::onDrawnMapChanged");
-    emit paramChanged("DRAWNMAP", QStringList(qCompress(data).toBase64()));
+    emit paramChanged("DRAWNMAP", QStringList(qCompress(data, 9).toBase64()));
 }