mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-02-04 03:40:14 +00:00
fixed text color
This commit is contained in:
parent
4d4ae41a4a
commit
bc72b2d535
@ -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…
x
Reference in New Issue
Block a user