Virtual Boy: envelope bug status
This commit is contained in:
parent
7fbe9c01a5
commit
38e4245ee0
13 changed files with 62 additions and 1 deletions
|
|
@ -1138,6 +1138,12 @@ void FurnaceGUI::drawPattern() {
|
|||
case 20:
|
||||
hintColor=uiColors[GUI_COLOR_PATTERN_STATUS_DIRECT];
|
||||
break;
|
||||
case 21:
|
||||
hintColor=uiColors[GUI_COLOR_PATTERN_STATUS_WARNING];
|
||||
break;
|
||||
case 22:
|
||||
hintColor=uiColors[GUI_COLOR_PATTERN_STATUS_ERROR];
|
||||
break;
|
||||
default:
|
||||
hintColor=uiColors[GUI_COLOR_TEXT];
|
||||
break;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue