1
0
mirror of https://gitlab.com/OpenMW/openmw.git synced 2025-01-25 15:35:23 +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)