- Timestamp:
- May 22, 2014, 2:35:02 PM (11 years ago)
- Location:
- code/branches/presentationFS14
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/presentationFS14
- Property svn:mergeinfo changed
/code/branches/turretFS14 (added) merged: 9998,10004,10008,10018,10021,10031,10039,10042-10044,10049,10060-10063,10070
- Property svn:mergeinfo changed
-
code/branches/presentationFS14/src/orxonox/worldentities/WorldEntity.cc
r9667 r10072 414 414 else if (this->isDynamic()) 415 415 { 416 orxout(internal_warning) << "Cannot attach a dynamic object to a WorldEntity." << endl; 417 return false; 416 //***HACKY HACK (to allow turrets to be attached)*** 417 //orxout(internal_warning) << "Cannot attach a dynamic object to a WorldEntity." << endl; 418 //return false; 418 419 } 419 420 else if (this->isKinematic() && newParent->isDynamic())
Note: See TracChangeset
for help on using the changeset viewer.