aboutsummaryrefslogtreecommitdiff
path: root/scumm/help.cpp
diff options
context:
space:
mode:
authorTravis Howell2003-07-18 05:49:21 +0000
committerTravis Howell2003-07-18 05:49:21 +0000
commitf20c47bb216210ed681d3d24698de90821de2703 (patch)
tree2315359358817c8841c89c7f518a94ddc3b6af03 /scumm/help.cpp
parent0c47e125af56afb47c1eaa205ea7370fc2e4e747 (diff)
downloadscummvm-rg350-f20c47bb216210ed681d3d24698de90821de2703.tar.gz
scummvm-rg350-f20c47bb216210ed681d3d24698de90821de2703.tar.bz2
scummvm-rg350-f20c47bb216210ed681d3d24698de90821de2703.zip
Add Indy3 FM Towns support, patch #773434
svn-id: r9062
Diffstat (limited to 'scumm/help.cpp')
-rw-r--r--scumm/help.cpp5
1 files changed, 5 insertions, 0 deletions
diff --git a/scumm/help.cpp b/scumm/help.cpp
index 29d53052f3..677bfc08d3 100644
--- a/scumm/help.cpp
+++ b/scumm/help.cpp
@@ -31,6 +31,7 @@ int ScummHelp::numPages(byte gameId) {
break;
case GID_INDY3:
case GID_INDY3_256:
+ case GID_INDY3_TOWNS:
return 6;
break;
case GID_LOOM:
@@ -141,6 +142,7 @@ void ScummHelp::updateStrings(byte gameId, byte version, int page,
break;
case GID_INDY3:
case GID_INDY3_256:
+ case GID_INDY3_TOWNS:
ADD_BIND("q", "Push");
ADD_BIND("a", "Pull");
ADD_BIND("z", "Give");
@@ -264,6 +266,7 @@ void ScummHelp::updateStrings(byte gameId, byte version, int page,
case GID_INDY3:
case GID_ZAK256:
case GID_INDY3_256:
+ case GID_INDY3_TOWNS:
title = "Other game controls:";
ADD_TEXT("Inventory:");
ADD_BIND("y", "Upper left item");
@@ -289,6 +292,7 @@ void ScummHelp::updateStrings(byte gameId, byte version, int page,
switch (gameId) {
case GID_INDY3:
case GID_INDY3_256:
+ case GID_INDY3_TOWNS:
title = "Fighting controls (numpad):";
ADD_BIND("7", "Step back");
ADD_BIND("4", "Step back");
@@ -312,6 +316,7 @@ void ScummHelp::updateStrings(byte gameId, byte version, int page,
switch (gameId) {
case GID_INDY3:
case GID_INDY3_256:
+ case GID_INDY3_TOWNS:
title = "Biplane controls (numpad):";
ADD_BIND("7", "Fly to upper left");
ADD_BIND("4", "Fly to left");