Changeset 9162 in orxonox.OLD for branches/presentation/src/world_entities/space_ships
- Timestamp:
- Jul 4, 2006, 6:15:10 PM (18 years ago)
- Location:
- branches/presentation/src/world_entities/space_ships
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/presentation/src/world_entities/space_ships/space_ship.cc
r9110 r9162 513 513 } 514 514 515 void SpaceShip::destroy( )515 void SpaceShip::destroy( WorldEntity* killer ) 516 516 { 517 517 PRINTF(0)("spaceship destroy\n"); -
branches/presentation/src/world_entities/space_ships/space_ship.h
r9008 r9162 37 37 virtual void leftWorld(); 38 38 39 virtual void destroy( );39 virtual void destroy(WorldEntity* killer); 40 40 virtual void respawn(); 41 41
Note: See TracChangeset
for help on using the changeset viewer.