Changeset 8960 for code/branches/spaceraceTwo
- Timestamp:
- Dec 7, 2011, 2:51:57 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/spaceraceTwo/src/modules/gametypes/RaceCheckPoint.cc
r8959 r8960 140 140 { 141 141 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(); 144 145 if(player3 != NULL && player3->info_ != NULL)clientid2 = player3->info_->getClientID(); 145 146 if(player2 != NULL )clientid3 = player2->getClientID();
Note: See TracChangeset
for help on using the changeset viewer.