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:
parent
4d4ae41a4a
commit
bc72b2d535
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue