Index: trunk/BNC/src/bncmain.cpp
===================================================================
--- trunk/BNC/src/bncmain.cpp	(revision 5263)
+++ trunk/BNC/src/bncmain.cpp	(revision 5264)
@@ -163,5 +163,5 @@
   else if (settings.value("pppSPP").toString() == "Post-Processing") {
     BNC_CORE->setMode(t_bncCore::batchPostProcessing);
-    t_postProcessing* postProcessing = new t_postProcessing(0);
+    t_postProcessing* postProcessing = new t_postProcessing(0, 0, 0);
     postProcessing->start();
   }
Index: trunk/BNC/src/bncwindow.cpp
===================================================================
--- trunk/BNC/src/bncwindow.cpp	(revision 5263)
+++ trunk/BNC/src/bncwindow.cpp	(revision 5264)
@@ -2794,5 +2794,5 @@
   enableStartStop();
 
-  _postProcessing = new t_postProcessing(this, _mapSpeedSlider->maximum());
+  _postProcessing = new t_postProcessing(this, _mapSpeedSlider->maximum(), _mapSpeedSlider->value());
   connect(_postProcessing, SIGNAL(finished()), this, SLOT(slotFinishedPostProcessingPPP()));
   connect(_postProcessing, SIGNAL(progress(int)), this, SLOT(slotPostProgress(int)));
