From 8f6e9f0bf2cbd3c6cc59488aa7f8a4b5c92ffc15 Mon Sep 17 00:00:00 2001 From: Johannes Schickel Date: Sun, 11 Oct 2009 11:29:34 +0000 Subject: Fix FM-Towns/PC98 menu code. svn-id: r44905 --- 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 9867daa4ec..6ddc1337d5 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, Screen::FontId font = Screen::FID_8_FNT); virtual int getMenuCenterStringX(const char *str, int x1, int x2); Button::Callback _redrawShadedButtonFunctor; -- cgit v1.2.3