Changeset 10537 in orxonox.OLD for trunk/src/world_entities
- Timestamp:
- Jan 31, 2007, 4:00:51 AM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/world_entities/world_entity.cc
r10536 r10537 336 336 else 337 337 { 338 PRINTF(0)("Worldentity %s has no mount points", this->getName());338 PRINTF(0)("Worldentity %s has no mount points", (this->getName()).c_str()); 339 339 return; 340 340 }
Note: See TracChangeset
for help on using the changeset viewer.