Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 8960


Ignore:
Timestamp:
Dec 7, 2011, 2:51:57 PM (12 years ago)
Author:
eceline
Message:

RaceCheckPoint::fire doesn't work

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/spaceraceTwo/src/modules/gametypes/RaceCheckPoint.cc

    r8959 r8960  
    140140        {
    141141          unsigned int clientid1=0, clientid2=0,clientid3=0;
    142           if(it->first !=NULL)clientid1 = it->first->getClientID();
    143          
     142          if(it->second.info_ !=NULL)clientid1 = it->second.info_->getClientID();else orxout()<<"second NULL"<<endl;
     143           if(it->first !=NULL)clientid1 = it->first->getClientID();else orxout()<<"first NULL"<<endl;
     144           clientid1 = it->first->getClientID();
    144145          if(player3 != NULL && player3->info_ != NULL)clientid2 =         player3->info_->getClientID();
    145146          if(player2 != NULL )clientid3 =         player2->getClientID();
Note: See TracChangeset for help on using the changeset viewer.