Clarified comment
svn-id: r24174
This commit is contained in:
parent
e31ae8edc7
commit
71bea97de7
1 changed files with 3 additions and 2 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue