Changeset 9406 in orxonox.OLD for trunk/src/world_entities/power_ups/turret_power_up.cc
- Timestamp:
- Jul 24, 2006, 11:09:47 AM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/world_entities/power_ups/turret_power_up.cc
r7954 r9406 23 23 #include "primitive_model.h" 24 24 25 using namespace std; 25 26 26 27 27 CREATE_FACTORY(TurretPowerUp, CL_TURRET_POWER_UP); … … 74 74 void TurretPowerUp::collidesWith(WorldEntity* entity, const Vector& location) 75 75 { 76 // PRINTF(3)("collision %s vs %s @ (%f,%f,%f)\n", this->getClass Name(), entity->getClassName(), location.x, location.y, location.z);76 // PRINTF(3)("collision %s vs %s @ (%f,%f,%f)\n", this->getClassCName(), entity->getClassCName(), location.x, location.y, location.z); 77 77 if (entity->isA(CL_PLAYABLE)) 78 78 this->toList(OM_DEAD);
Note: See TracChangeset
for help on using the changeset viewer.