Changeset 9907 in orxonox.OLD for branches/network/src/world_entities/power_ups
- Timestamp:
- Oct 28, 2006, 10:52:35 PM (18 years ago)
- Location:
- branches/network/src/world_entities/power_ups
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/network/src/world_entities/power_ups/laser_power_up.cc
r9869 r9907 80 80 { 81 81 // PRINTF(3)("collision %s vs %s @ (%f,%f,%f)\n", this->getClassCName(), entity->getClassCName(), location.x, location.y, location.z); 82 if (entity->isA(CL_PLAYABLE))82 if (entity->isA(Playable::staticClassID())) 83 83 this->toList(OM_DEAD); 84 84 } -
branches/network/src/world_entities/power_ups/turret_power_up.cc
r9869 r9907 76 76 { 77 77 // PRINTF(3)("collision %s vs %s @ (%f,%f,%f)\n", this->getClassCName(), entity->getClassCName(), location.x, location.y, location.z); 78 if (entity->isA(CL_PLAYABLE))78 if (entity->isA(Playable::staticClassID())) 79 79 this->toList(OM_DEAD); 80 80 }
Note: See TracChangeset
for help on using the changeset viewer.