aboutsummaryrefslogtreecommitdiff
path: root/scumm/help.h
diff options
context:
space:
mode:
Diffstat (limited to 'scumm/help.h')
-rw-r--r--scumm/help.h6
1 files changed, 3 insertions, 3 deletions
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