From 6e93add43f5b098df8b51e1d23ba4d9a3136b8ea Mon Sep 17 00:00:00 2001 From: Johannes Schickel Date: Sun, 11 Oct 2009 11:30:24 +0000 Subject: Cleanup. svn-id: r44906 --- engines/kyra/gui.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'engines/kyra/gui.h') diff --git a/engines/kyra/gui.h b/engines/kyra/gui.h index 6ddc1337d5..e636f634da 100644 --- a/engines/kyra/gui.h +++ b/engines/kyra/gui.h @@ -176,7 +176,7 @@ protected: bool _displaySubMenu; bool _cancelSubMenu; - virtual void printMenuText(const char *str, int x, int y, uint8 c0, uint8 c1, uint8 c2, Screen::FontId font = Screen::FID_8_FNT); + virtual void printMenuText(const char *str, int x, int y, uint8 c0, uint8 c1, uint8 c2); virtual int getMenuCenterStringX(const char *str, int x1, int x2); Button::Callback _redrawShadedButtonFunctor; -- cgit v1.2.3