Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Jan 5, 2005, 3:18:28 PM (21 years ago)
Author:
patrick
Message:

orxonox/branches/parenting: removed old coordinates.h system now using parenting for the game

File:
1 edited

Legend:

Unmodified
Added
Removed
  • orxonox/branches/parenting/src/world_entity.cc

    r3309 r3342  
    161161
    162162/**
    163    \brief basic initialisation for bound Entities
    164 */
    165 void WorldEntity::init( Location* spawnloc, WorldEntity* spawnowner)
    166 {
    167   //  loc = *spawnloc;
    168   //owner = spawnowner;
    169 }
    170 
    171 /**
    172    \brief basic initialisation for free Entities
    173 */
    174 void WorldEntity::init( Placement* spawnplc, WorldEntity* spawnowner)
    175 {
    176   //place = *spawnplc;
    177   //owner = spawnowner;
    178 }
    179 
    180 /**
    181163   \brief this is called immediately after the Entity has been constructed and initialized
    182164   
Note: See TracChangeset for help on using the changeset viewer.