Use for HE 7.0 games too.

svn-id: r14286
This commit is contained in:
Travis Howell 2004-07-20 11:50:44 +00:00
parent 6225285a59
commit 08a260444f
2 changed files with 2 additions and 1 deletions

View file

@ -126,6 +126,7 @@ static ResString string_map_table_v6[] = {
{100, "Quit"},
{101, "OK"},
{93, "Game paused"},
{210, "Game version"}
};
static ResString string_map_table_v5[] = {

View file

@ -2013,7 +2013,7 @@ void ScummEngine::processKbd(bool smushMode) {
// COMI version string is hard coded
// FT version strings are partly hard coded too
if (_gameId == GID_DIG && _lastKeyHit == VAR(VAR_VERSION)) {
if ((_gameId == GID_DIG || _heversion >= 70) && _lastKeyHit == VAR(VAR_VERSION)) {
versionDialog();
return;
}