mapeditor.cpp
changeset 650 65c5a0c28d20
parent 645 2abfdb7e85f4
child 652 700553af9ca5
     1.1 --- a/mapeditor.cpp	Mon Jan 14 16:33:13 2008 +0000
     1.2 +++ b/mapeditor.cpp	Tue Jan 15 10:54:41 2008 +0000
     1.3 @@ -4258,7 +4258,8 @@
     1.4  void MapEditor::testFunction2()
     1.5  {
     1.6  
     1.7 -	cout << "Selection: "<<xelection.getSelectString().ascii()<<endl;
     1.8 +	cout << "Selection   (org): "<<xelection.getSelectString().ascii()<<endl;
     1.9 +	cout << "Selection (model): "<<model->getSelectString(xelection.getBranch()).ascii()<<endl;
    1.10  //	model->addMapCenter();
    1.11  
    1.12  /*