Changeset 7103 in orxonox.OLD for trunk/src/world_entities/power_ups
- Timestamp:
- Feb 7, 2006, 9:45:52 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/world_entities/power_ups/power_up.cc
r7102 r7103 120 120 void PowerUp::collidesWith (WorldEntity* entity, const Vector& location) 121 121 { 122 if( entity->isA(CL_EXTENDABLE))122 if(this->collider != entity && entity->isA(CL_EXTENDABLE)) 123 123 { 124 124 this->collider = entity;
Note: See TracChangeset
for help on using the changeset viewer.