mapeditor.cpp
branchrelease-1-12-maintained
changeset 53 1532402be6c2
parent 49 d5edb0ae8f2a
child 54 e47fe0d7b05b
     1.1 --- a/mapeditor.cpp	Wed Nov 12 11:15:37 2008 +0000
     1.2 +++ b/mapeditor.cpp	Mon Nov 24 14:12:01 2008 +0000
     1.3 @@ -1814,6 +1814,13 @@
     1.4  		mapChanged=false;
     1.5  		mapUnsaved=false;
     1.6  		autosaveTimer->stop();
     1.7 +		/*
     1.8 +		cout <<"ME::save      filePath="<<filePath.toStdString()<<endl;
     1.9 +		cout <<"ME::save  saveFilePath="<<safeFilePath.toStdString()<<endl;
    1.10 +		cout <<"ME::save      destPath="<<destPath.toStdString()<<endl;
    1.11 +		cout <<"ME::save       mapName="<<mapName.toStdString()<<endl;
    1.12 +		cout <<"ME::save   mapFileName="<<mapFileName.toStdString()<<endl;
    1.13 +		*/
    1.14  	}
    1.15  	else	
    1.16  	{