Removed debug log in construction site

Maikel de Vries 2012-10-21 12:54:19 +02:00
parent 0a3098a496
commit b94fd27a09
1 changed files with 0 additions and 1 deletions

View File

@ -167,7 +167,6 @@ private func StartConstructing()
var wdt = GetObjWidth();
var hgt = GetObjHeight();
var lying_around = FindObjects(Find_Or(Find_Category(C4D_Vehicle), Find_Category(C4D_Object), Find_Category(C4D_Living)),Find_InRect(-wdt/2 - 2, -hgt, wdt + 2, hgt + 12), Find_OCF(OCF_InFree));
Log("%d %d: %v", wdt, hgt, lying_around);
// create the construction
var site;