Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Jun 10, 2009, 10:49:04 PM (15 years ago)
Author:
rgrieder
Message:

Move std::string to Ogre::UTFString conversion to util.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/pch/src/orxonox/overlays/hud/ChatOverlay.cc

    r3110 r3142  
    3131#include <OgreTextAreaOverlayElement.h>
    3232
     33#include "util/UTFStringConversions.h"
    3334#include "core/CoreIncludes.h"
    3435#include "core/ConfigValueIncludes.h"
     
    3940#include "PlayerManager.h"
    4041#include "objects/infos/PlayerInfo.h"
    41 #include "overlays/console/InGameConsole.h"
    4242#include "tools/Timer.h"
    4343
     
    8686        }
    8787
    88         this->messages_.push_back(InGameConsole::convert2UTF(text));
     88        this->messages_.push_back(multi_cast<Ogre::UTFString>(text));
    8989        COUT(0) << "Chat: " << text << std::endl;
    9090
Note: See TracChangeset for help on using the changeset viewer.