Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 5029 in orxonox.OLD for orxonox/trunk/src/world_entities/npc.cc


Ignore:
Timestamp:
Aug 15, 2005, 9:17:09 PM (19 years ago)
Author:
patrick
Message:

orxonox/trunk: some changes in the NPC interface class

File:
1 edited

Legend:

Unmodified
Added
Removed
  • orxonox/trunk/src/world_entities/npc.cc

    r4986 r5029  
    3737
    3838
     39void NPC::collidesWith(WorldEntity* entity, const Vector& location)
     40{
    3941
    40 /* define the reaction, if the ship is been hit */
    41 int NPC::hit()
    42 {
    43   die();
    44   return 0;
    4542}
     43
    4644
    4745void NPC::tick(float dt)
     
    5553
    5654
    57 void NPC::die()
    58 {
    59 }
Note: See TracChangeset for help on using the changeset viewer.