Use for HE 7.0 games too.
svn-id: r14286
This commit is contained in:
parent
6225285a59
commit
08a260444f
2 changed files with 2 additions and 1 deletions
|
@ -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[] = {
|
||||
|
|
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue