aboutsummaryrefslogtreecommitdiff
path: root/scumm/help.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'scumm/help.cpp')
-rw-r--r--scumm/help.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/scumm/help.cpp b/scumm/help.cpp
index c8d46baa1f..fb764c8613 100644
--- a/scumm/help.cpp
+++ b/scumm/help.cpp
@@ -47,6 +47,7 @@ int ScummHelp::numPages(byte gameId) {
case GID_DIG:
case GID_FT:
case GID_CMI:
+ case GID_FTDEMO:
return 3;
break;
/* TODO - I don't know the controls for these games
@@ -215,6 +216,7 @@ void ScummHelp::updateStrings(byte gameId, byte version, int page,
ADD_BIND("b", "Black and White / Color");
break;
case GID_FT:
+ case GID_FTDEMO:
ADD_BIND("e", "Eyes");
ADD_BIND("t", "Tongue");
ADD_BIND("i", "Inventory");