mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-02-04 13:19:20 +00:00
dialog:: fixed coloring of info items
This commit is contained in:
parent
272523d185
commit
8ca0ef23fa
@ -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);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user