diff options
author | Max Horn | 2006-10-07 15:46:38 +0000 |
---|---|---|
committer | Max Horn | 2006-10-07 15:46:38 +0000 |
commit | 71bea97de7f4127cf45a4df5d824e9c7db32cc5c (patch) | |
tree | 9d2284d8e114bc303fbf682e32bd508f57bf007d /engines | |
parent | e31ae8edc7a667d853c87cc17836a47bef12a90c (diff) | |
download | scummvm-rg350-71bea97de7f4127cf45a4df5d824e9c7db32cc5c.tar.gz scummvm-rg350-71bea97de7f4127cf45a4df5d824e9c7db32cc5c.tar.bz2 scummvm-rg350-71bea97de7f4127cf45a4df5d824e9c7db32cc5c.zip |
Clarified comment
svn-id: r24174
Diffstat (limited to 'engines')
-rw-r--r-- | engines/scumm/input.cpp | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/engines/scumm/input.cpp b/engines/scumm/input.cpp index af8e56217c..2c07728308 100644 --- a/engines/scumm/input.cpp +++ b/engines/scumm/input.cpp @@ -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; |