From 58486149a9e5beafc0b56e3f6c48d8a8bf3c7c78 Mon Sep 17 00:00:00 2001 From: Max Horn Date: Mon, 7 Jul 2003 22:33:07 +0000 Subject: fix for bug #766119: help screen: '.' is listed incorrectly svn-id: r8848 --- scumm/help.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scumm/help.h') 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); }; -- cgit v1.2.3