mapeditor.cpp
changeset 194 de97201180ea
parent 185 6691000c3262
child 199 202572375c98
     1.1 --- a/mapeditor.cpp	Tue Jan 24 15:09:49 2006 +0000
     1.2 +++ b/mapeditor.cpp	Wed Jan 25 09:04:00 2006 +0000
     1.3 @@ -1147,9 +1147,8 @@
     1.4  {
     1.5  	ExportOO ex;
     1.6  	ex.setPath (fn);
     1.7 -	ex.setConfigFile(cf);
     1.8  	ex.setMapCenter(mapCenter);
     1.9 -	ex.exportPresentation();
    1.10 +	if (ex.setConfigFile(cf)) ex.exportPresentation();
    1.11  }
    1.12  
    1.13