- Timestamp:
- Aug 1, 2011, 7:09:29 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/output/src/modules/overlays/hud/ChatOverlay.cc
r8327 r8811 87 87 88 88 this->messages_.push_back(multi_cast<Ogre::DisplayString>(text)); 89 COUT(0) << "Chat: " << text << std::endl;89 orxout(level::message) << "Chat: " << text << endl; 90 90 91 91 Timer* timer = new Timer();
Note: See TracChangeset
for help on using the changeset viewer.