Changeset 8197 for code/branches/dockingsystem2/src
- Timestamp:
- Apr 6, 2011, 4:54:07 PM (14 years ago)
- Location:
- code/branches/dockingsystem2/src
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/dockingsystem2/src/modules/docking/Dock.cc
r8196 r8197 113 113 COUT(0) << "Docking::execute Player was not as human as expected.." << std::endl; 114 114 } 115 COUT(0) << "Dock triggered by player: " << human->getN ick() << ".." << std::endl;115 COUT(0) << "Dock triggered by player: " << human->getName() << ".." << std::endl; 116 116 117 117 //TODO: This is waaay too oversimplified -
code/branches/dockingsystem2/src/orxonox/infos/HumanPlayer.h
r8196 r8197 48 48 float getPing() const; 49 49 float getPacketLossRatio() const; 50 51 inline const std::string& getNick() const52 { return this->nick_; }53 50 54 51 void setClientID(unsigned int clientID);
Note: See TracChangeset
for help on using the changeset viewer.