From 6772b78f5f19d8a3e7095dbfa9ca0170ae2d8562 Mon Sep 17 00:00:00 2001 From: Max Horn Date: Tue, 15 Jul 2003 00:20:04 +0000 Subject: Patch #768260: Help Dialog Update (with some tweaks by me to make the dialog a little smaller -> looks much better, IMO) svn-id: r9029 --- scumm/help.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'scumm/help.h') diff --git a/scumm/help.h b/scumm/help.h index 945739e5cf..37836580ca 100644 --- a/scumm/help.h +++ b/scumm/help.h @@ -22,7 +22,7 @@ #include "common/str.h" -#define HELP_NUM_LINES 14 +#define HELP_NUM_LINES 15 class ScummHelp { protected: @@ -30,8 +30,8 @@ protected: public: static int numPages(byte gameId); - static void updateStrings(byte gameId, byte version, int page, String &title, - String *&key, String *&dsc); + static void updateStrings(byte gameId, byte version, int page, + String &title, String *&key, String *&dsc); }; #endif -- cgit v1.2.3