Changeset 9722 in orxonox.OLD for branches/new_class_id/src/world_entities
- Timestamp:
- Sep 4, 2006, 11:54:30 PM (19 years ago)
- Location:
- branches/new_class_id/src/world_entities
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/new_class_id/src/world_entities/power_ups/laser_power_up.h
r9715 r9722 23 23 24 24 25 virtual void LaserPowerUp::collidesWith(WorldEntity* entity, const Vector& location);25 virtual void collidesWith(WorldEntity* entity, const Vector& location); 26 26 virtual void tick(float dt); 27 27 virtual void draw() const; -
branches/new_class_id/src/world_entities/power_ups/turret_power_up.h
r9715 r9722 21 21 virtual void loadParams(const TiXmlElement* root); 22 22 23 virtual void TurretPowerUp::collidesWith(WorldEntity* entity, const Vector& location);23 virtual void collidesWith(WorldEntity* entity, const Vector& location); 24 24 virtual void tick(float dt); 25 25 virtual void draw() const; -
branches/new_class_id/src/world_entities/world_entity.cc
r9715 r9722 74 74 this->objectListNumber = OM_INIT; 75 75 this->lastObjectListNumber = OM_INIT; 76 this->objectListIterator = NULL;77 76 78 77 // reset all collision handles to NULL == unsubscribed state
Note: See TracChangeset
for help on using the changeset viewer.