Changeset 7777 for code/branches/network5/src/orxonox/infos
- Timestamp:
- Dec 19, 2010, 2:27:06 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/network5/src/orxonox/infos/HumanPlayer.cc
r6417 r7777 45 45 HumanPlayer::HumanPlayer(BaseObject* creator) : PlayerInfo(creator) 46 46 { 47 COUT(0) << "new HumanPlayer" << endl; 47 48 RegisterObject(HumanPlayer); 48 49 … … 133 134 void HumanPlayer::networkcallback_client_initialized() 134 135 { 136 COUT(0) << "networkcallback_client_initialized" << endl; 135 137 if (this->getGametype()) 136 138 this->getGametype()->playerEntered(this);
Note: See TracChangeset
for help on using the changeset viewer.