Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Jun 17, 2007, 2:25:20 PM (17 years ago)
Author:
rennerc
Message:

player cannot shoot throu walls
per default worldentities cannot be killed
weapon correct again

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/presentation/src/world_entities/npcs/npc.cc

    r10698 r10710  
    440440
    441441// HACK just to make sure they explode as nice as possible :)
    442 void NPC::hit( float damage, WorldEntity* killer)
     442/*void NPC::hit( float damage, WorldEntity* killer)
    443443{
    444444  this->destroy( killer);
    445445  this->setDamage(killer->getDamage());
    446 }
     446}*/
Note: See TracChangeset for help on using the changeset viewer.