- Timestamp:
- Jun 10, 2009, 10:49:04 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/pch/src/orxonox/overlays/hud/ChatOverlay.cc
r3110 r3142 31 31 #include <OgreTextAreaOverlayElement.h> 32 32 33 #include "util/UTFStringConversions.h" 33 34 #include "core/CoreIncludes.h" 34 35 #include "core/ConfigValueIncludes.h" … … 39 40 #include "PlayerManager.h" 40 41 #include "objects/infos/PlayerInfo.h" 41 #include "overlays/console/InGameConsole.h"42 42 #include "tools/Timer.h" 43 43 … … 86 86 } 87 87 88 this->messages_.push_back( InGameConsole::convert2UTF(text));88 this->messages_.push_back(multi_cast<Ogre::UTFString>(text)); 89 89 COUT(0) << "Chat: " << text << std::endl; 90 90
Note: See TracChangeset
for help on using the changeset viewer.