From a36cd2e39fce85e5cc1024322767284ba9b8e3b4 Mon Sep 17 00:00:00 2001 From: Eric Fry Date: Fri, 27 Apr 2018 17:48:55 +1000 Subject: ILLUSIONS: Name menu border color variables to add readability Fix menu hover color layer position. --- engines/illusions/textdrawer.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'engines/illusions/textdrawer.h') diff --git a/engines/illusions/textdrawer.h b/engines/illusions/textdrawer.h index 290d6c7251..68b28e0713 100644 --- a/engines/illusions/textdrawer.h +++ b/engines/illusions/textdrawer.h @@ -46,7 +46,7 @@ class TextDrawer { public: bool wrapText(FontResource *font, uint16 *text, WidthHeight *dimensions, Common::Point offsPt, uint textFlags, uint16 *&outTextPtr); - void drawText(Screen *screen, Graphics::Surface *surface, uint16 color2, uint16 color1); + void drawText(Screen *screen, Graphics::Surface *surface, uint16 backgroundColor, uint16 borderColor); protected: FontResource *_font; uint16 *_text; -- cgit v1.2.3