Changeset 10513 in orxonox.OLD for trunk/src/world_entities
- Timestamp:
- Jan 30, 2007, 8:12:15 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/world_entities/mount_point.cc
r10491 r10513 168 168 if( obj->isA( WorldEntity::staticClassID())) 169 169 { 170 PRINTF(0)("Mount Point created a %s\n", obj->getCName()); 170 171 // cast down the object to WE 171 172 this->_mount = dynamic_cast<WorldEntity*>(obj);
Note: See TracChangeset
for help on using the changeset viewer.