Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 8839 in orxonox.OLD for branches/multi_player_map/src/world_entities


Ignore:
Timestamp:
Jun 28, 2006, 1:04:04 AM (18 years ago)
Author:
patrick
Message:

muliplayer: collisions with all entities expect the ones from player_proj seem to work

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/multi_player_map/src/world_entities/space_ships/space_ship.cc

    r8838 r8839  
    384384  this->shiftCoor(move);
    385385
     386  PRINTF(0)("id of %s is: %i\n", this->getName(), this->getOMListNumber());
    386387
    387388}
     
    511512void SpaceShip::respawn( )
    512513{
    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.