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