aboutsummaryrefslogtreecommitdiff
path: root/scumm/help.h
diff options
context:
space:
mode:
authorMax Horn2003-07-15 00:20:04 +0000
committerMax Horn2003-07-15 00:20:04 +0000
commit6772b78f5f19d8a3e7095dbfa9ca0170ae2d8562 (patch)
tree86fab92d7ebdaed2fadf7928a61047e3682681b5 /scumm/help.h
parent9e27fe9c9527bdc9236eb624d29968d3f3cff5a6 (diff)
downloadscummvm-rg350-6772b78f5f19d8a3e7095dbfa9ca0170ae2d8562.tar.gz
scummvm-rg350-6772b78f5f19d8a3e7095dbfa9ca0170ae2d8562.tar.bz2
scummvm-rg350-6772b78f5f19d8a3e7095dbfa9ca0170ae2d8562.zip
Patch #768260: Help Dialog Update (with some tweaks by me to make the dialog a little smaller -> looks much better, IMO)
svn-id: r9029
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