Changeset 9162 in orxonox.OLD for branches/presentation/src/world_entities/npcs/generic_npc.cc
- Timestamp:
- Jul 4, 2006, 6:15:10 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/presentation/src/world_entities/npcs/generic_npc.cc
r9145 r9162 581 581 582 582 583 void GenericNPC::destroy( )583 void GenericNPC::destroy(WorldEntity* killer) 584 584 { 585 585 int randi = (int)(5.0f * (float)rand()/(float)RAND_MAX);
Note: See TracChangeset
for help on using the changeset viewer.