[Scummvm-cvs-logs] SF.net SVN: scummvm: [24174] scummvm/trunk/engines/scumm/input.cpp

fingolfin at users.sourceforge.net fingolfin at users.sourceforge.net
Sat Oct 7 17:46:42 CEST 2006


Revision: 24174
          http://svn.sourceforge.net/scummvm/?rev=24174&view=rev
Author:   fingolfin
Date:     2006-10-07 08:46:38 -0700 (Sat, 07 Oct 2006)

Log Message:
-----------
Clarified comment

Modified Paths:
--------------
    scummvm/trunk/engines/scumm/input.cpp

Modified: scummvm/trunk/engines/scumm/input.cpp
===================================================================
--- scummvm/trunk/engines/scumm/input.cpp	2006-10-07 15:37:03 UTC (rev 24173)
+++ scummvm/trunk/engines/scumm/input.cpp	2006-10-07 15:46:38 UTC (rev 24174)
@@ -329,8 +329,9 @@
 
 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;


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.




More information about the Scummvm-git-logs mailing list