Changeset 9162 in orxonox.OLD for branches/presentation/src/world_entities/creatures
- Timestamp:
- Jul 4, 2006, 6:15:10 PM (19 years ago)
- Location:
- branches/presentation/src/world_entities/creatures
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/presentation/src/world_entities/creatures/fps_player.cc
r9160 r9162 416 416 } 417 417 418 void FPSPlayer::destroy( WorldEntity* killer ) 419 { 420 Playable::destroy( killer ); 421 422 toList( OM_DEAD ); 423 } 424 -
branches/presentation/src/world_entities/creatures/fps_player.h
r9150 r9162 27 27 virtual void reset(); 28 28 29 virtual void destroy(WorldEntity* killer); 29 30 virtual void respawn(); 30 31
Note: See TracChangeset
for help on using the changeset viewer.