Codechange: Use Colours type instead of byte.
This commit is contained in:

committed by
Charles Pigott

parent
cc5f175615
commit
811bf22620
@@ -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);
|
||||
}
|
||||
|
Reference in New Issue
Block a user