mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-08-30 17:27:57 +00:00
dialog:: fixed coloring of info items
This commit is contained in:
@@ -280,6 +280,7 @@ EX namespace dialog {
|
|||||||
EX void addInfo(string body, color_t color IS(dialogcolor)) {
|
EX void addInfo(string body, color_t color IS(dialogcolor)) {
|
||||||
item it(diInfo);
|
item it(diInfo);
|
||||||
it.body = body;
|
it.body = body;
|
||||||
|
it.color = color;
|
||||||
items.push_back(it);
|
items.push_back(it);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user