Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Nov 23, 2005, 1:06:44 AM (20 years ago)
Author:
patrick
Message:

collision_detection: and again a heavy cleanup in the function arguments

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/collision_detection/src/world_entities/world_entity.cc

    r5717 r5718  
    147147 * Implement behaviour like damage application or other miscellaneous collision stuff in this function
    148148 */
    149 void WorldEntity::collidesWith(WorldEntity* entity, const Vector& location)
     149void WorldEntity::collidesWith(const WorldEntity& entity, const Vector& location) const
    150150{
    151151  /**
Note: See TracChangeset for help on using the changeset viewer.