X-Git-Url: https://git.jsancho.org/?a=blobdiff_plain;f=Source%2FObjects%2FObject.cpp;h=3e1e100eaffb5b7d30942ec6dfa18d58a1f2eb8f;hb=c45da89d9227cf85a1e52cd53e4f7df5343e7f00;hp=3a49c9c43e16d821a70dda19aa4e13d3434fa1a3;hpb=a389d6c2d7aef7995826f3c20ffe5e5a998d858d;p=lugaru.git diff --git a/Source/Objects/Object.cpp b/Source/Objects/Object.cpp index 3a49c9c..3e1e100 100644 --- a/Source/Objects/Object.cpp +++ b/Source/Objects/Object.cpp @@ -788,7 +788,6 @@ void Object::MakeObject(int atype, XYZ where, float ayaw, float apitch, float as { if ((atype != treeleavestype && atype != bushtype) || foliage == 1) { unsigned nextid = objects.size(); - cout << "Adding object " << nextid << endl; objects.emplace_back(new Object(atype, where, ayaw, apitch, ascale)); objects.back()->addToTerrain(nextid); }