Allow changing menucolors in-game via Options

This commit is contained in:
Pasi Kallinen
2015-04-27 17:45:40 +03:00
parent 4fa3c39b55
commit eecd19caa9
2 changed files with 268 additions and 54 deletions

View File

@@ -53,6 +53,7 @@
struct menucoloring {
struct nhregex *match;
char *origstr;
int color, attr;
struct menucoloring *next;
};