mirror of
https://github.com/TES3MP/openmw-tes3mp.git
synced 2025-02-13 22:39:44 +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)
|
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)
|
void DialogueWindow::askQuestion(std::string question,std::list<std::string> answers)
|
||||||
|
|
Loading…
Reference in a new issue