Changeset 8839 in orxonox.OLD for branches/multi_player_map/src/world_entities
- Timestamp:
- Jun 28, 2006, 1:04:04 AM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/multi_player_map/src/world_entities/space_ships/space_ship.cc
r8838 r8839 384 384 this->shiftCoor(move); 385 385 386 PRINTF(0)("id of %s is: %i\n", this->getName(), this->getOMListNumber()); 386 387 387 388 } … … 511 512 void SpaceShip::respawn( ) 512 513 { 513 if( this->uniqueID %2) 514 toList( OM_GROUP_00 ); 515 else 516 toList(OM_GROUP_01); 517 } 518 519 520 521 514 toList( OM_PLAYERS ); 515 } 516 517 518 519
Note: See TracChangeset
for help on using the changeset viewer.