aboutsummaryrefslogtreecommitdiff
path: root/scumm/help.h
diff options
context:
space:
mode:
authorMax Horn2003-07-07 22:33:07 +0000
committerMax Horn2003-07-07 22:33:07 +0000
commit58486149a9e5beafc0b56e3f6c48d8a8bf3c7c78 (patch)
tree3dcac734ee3e28eeb77ece098c2053151f583cc2 /scumm/help.h
parentb5a42396e7d0807c41f6ae6475b40ac67177d775 (diff)
downloadscummvm-rg350-58486149a9e5beafc0b56e3f6c48d8a8bf3c7c78.tar.gz
scummvm-rg350-58486149a9e5beafc0b56e3f6c48d8a8bf3c7c78.tar.bz2
scummvm-rg350-58486149a9e5beafc0b56e3f6c48d8a8bf3c7c78.zip
fix for bug #766119: help screen: '.' is listed incorrectly
svn-id: r8848
Diffstat (limited to 'scumm/help.h')
-rw-r--r--scumm/help.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/scumm/help.h b/scumm/help.h
index c4383ca31a..945739e5cf 100644
--- a/scumm/help.h
+++ b/scumm/help.h
@@ -30,7 +30,7 @@ protected:
public:
static int numPages(byte gameId);
- static void updateStrings(byte gameId, int page, String &title,
+ static void updateStrings(byte gameId, byte version, int page, String &title,
String *&key, String *&dsc);
};