Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Dec 11, 2008, 2:18:34 PM (15 years ago)
Author:
rgrieder
Message:

Renamed MovableEntity to MobileEntity and LinearEntity to MovableEntity.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/physics/src/orxonox/objects/worldentities/WorldEntity.cc

    r2407 r2408  
    344344            ThrowException(PhysicsViolation, "Warning: Cannot set the collision type at run time.");
    345345
    346         // Check for type legality. Could be StaticEntity or MovableEntity
     346        // Check for type legality. Could be StaticEntity or MobileEntity
    347347        if (!this->isCollisionTypeLegal(type))
    348348            return; // exception gets issued anyway
Note: See TracChangeset for help on using the changeset viewer.