Changeset 10198 for code/branches/presentationFS14/src/orxonox
- Timestamp:
- Jan 25, 2015, 3:39:30 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/presentationFS14/src/orxonox/worldentities/WorldEntity.cc
r10073 r10198 415 415 else if (this->isDynamic()) 416 416 { 417 //***HACKY HACK (to allow turrets to be attached)*** 418 //orxout(internal_warning) << "Cannot attach a dynamic object to a WorldEntity." << endl; 419 //return false; 417 orxout(internal_warning) << "Cannot attach a dynamic object to a WorldEntity." << endl; 418 return false; 420 419 } 421 420 else if (this->isKinematic() && newParent->isDynamic())
Note: See TracChangeset
for help on using the changeset viewer.