Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 8778 in orxonox.OLD for trunk/src/world_entities/test_entity.cc


Ignore:
Timestamp:
Jun 26, 2006, 1:05:42 AM (18 years ago)
Author:
patrick
Message:

trunk: test model die function reimplemented

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/world_entities/test_entity.cc

    r8490 r8778  
    107107  if( this->lastCollided != entity)
    108108  {
    109     this->dieHard();
     109    this->destroy();
    110110    this->lastCollided = entity;
    111111
     
    117117
    118118
    119 void TestEntity::dieHard()
     119void TestEntity::destroy()
    120120{
    121121  if( this->bDeath)
Note: See TracChangeset for help on using the changeset viewer.