Codechange: Use Colours type instead of byte.

This commit is contained in:
peter1138
2019-03-09 18:20:03 +00:00
committed by Charles Pigott
parent cc5f175615
commit 811bf22620
5 changed files with 8 additions and 8 deletions

View File

@@ -578,7 +578,7 @@ public:
return true;
}
void Draw(int left, int right, int top, int bottom, bool sel, int bg_colour) const
void Draw(int left, int right, int top, int bottom, bool sel, Colours bg_colour) const
{
DrawString(left + 2, right + 2, top, _grf_preset_list[this->result], sel ? TC_WHITE : TC_BLACK);
}