Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Jun 28, 2006, 12:44:07 AM (18 years ago)
Author:
patrick
Message:

mulitplayer: debuggin session

File:
1 edited

Legend:

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

    r8827 r8838  
    220220  this->burstSystem->setColor(0.5, .5,.5,.8,.8);
    221221  this->burstSystem->setColor(1.0, .8,.8,.8,.0);
    222  
     222
    223223  registerVar( new SynchronizeableVector( &velocity, &velocity, "velocity" ) );
    224224  registerVar( new SynchronizeableQuaternion( &mouseDir, &mouseDir, "mousedir", PERMISSION_OWNER ) );
     
    511511void SpaceShip::respawn( )
    512512{
    513   toList( OM_PLAYERS );
    514 }
    515 
    516 
    517 
    518 
     513  if( this->uniqueID %2)
     514  toList( OM_GROUP_00 );
     515  else
     516    toList(OM_GROUP_01);
     517}
     518
     519
     520
     521
Note: See TracChangeset for help on using the changeset viewer.