Clarified comment

svn-id: r24174
This commit is contained in:
Max Horn 2006-10-07 15:46:38 +00:00
parent e31ae8edc7
commit 71bea97de7

View file

@ -329,8 +329,9 @@ void ScummEngine_v8::processKeyboard(bool smushMode) {
void ScummEngine_v7::processKeyboard(bool smushMode) {
// COMI version string is hard coded
// Dig/FT version strings are partly hard coded too
// COMI version string is hard coded in the engine, hence we don't
// invoke versionDialog here (it would only show nonsense).
// Dig/FT version strings are partly hard coded, too.
if (_game.version == 7 && _lastKeyHit == VAR(VAR_VERSION_KEY)) {
versionDialog();
return;