1
0
Fork 0
mirror of https://github.com/OpenMW/openmw.git synced 2025-02-02 05:15:33 +00:00

fixed text color

This commit is contained in:
gugus 2012-02-12 22:24:23 +01:00
parent 4d4ae41a4a
commit bc72b2d535

View file

@ -190,7 +190,7 @@ void DialogueWindow::displayTopicText(std::string topic)
void DialogueWindow::addText(std::string text)
{
history->addDialogText(parseText(text));
history->addDialogText("#B29154"+parseText(text)+"#B29154");
}
void DialogueWindow::askQuestion(std::string question,std::list<std::string> answers)