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

@ -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;
}