Changeset 8643 in orxonox.OLD for branches/network/src/util
- Timestamp:
- Jun 20, 2006, 5:52:34 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/network/src/util/multiplayer_team_deathmatch.cc
r8635 r8643 87 87 this->notifier->show(); 88 88 this->notifier->setAbsCoor2D(5, 30); 89 this->notifier->setFadeAge( 6.0 ); 90 this->notifier->setHideAge( 8.0 ); 89 91 this->input = new OrxGui::GLGuiInputLine(); 92 this->input->setAbsCoor2D(180, 5); 90 93 this->input->connect(SIGNAL(input, enterPushed), this, SLOT(MultiplayerTeamDeathmatch, onInputEnter)); 91 94 } … … 597 600 } 598 601 599 PRINTF(0)("CHATMESSAGE %s : %s\n", name.c_str(), message.c_str() );602 PRINTF(0)("CHATMESSAGE %s (%d): %s\n", name.c_str(), userId, message.c_str() ); 600 603 notifier->pushNotifyMessage(name + ": " + message); 601 604 }
Note: See TracChangeset
for help on using the changeset viewer.