[Scummvm-cvs-logs] SF.net SVN: scummvm:[52228] scummvm/trunk/engines/hugo/parser.cpp

strangerke at users.sourceforge.net strangerke at users.sourceforge.net
Fri Aug 20 18:02:00 CEST 2010


Revision: 52228
          http://scummvm.svn.sourceforge.net/scummvm/?rev=52228&view=rev
Author:   strangerke
Date:     2010-08-20 16:02:00 +0000 (Fri, 20 Aug 2010)

Log Message:
-----------
Hugo - Fix a problem in the F1 behavior

Modified Paths:
--------------
    scummvm/trunk/engines/hugo/parser.cpp

Modified: scummvm/trunk/engines/hugo/parser.cpp
===================================================================
--- scummvm/trunk/engines/hugo/parser.cpp	2010-08-20 15:55:56 UTC (rev 52227)
+++ scummvm/trunk/engines/hugo/parser.cpp	2010-08-20 16:02:00 UTC (rev 52228)
@@ -85,9 +85,10 @@
 		if (_checkDoubleF1Fl) {
 			_vm.file().instructions();
 			_checkDoubleF1Fl = false;
-		} else
+		} else {
 			_vm.screen().userHelp();
 			_checkDoubleF1Fl = true;
+		}
 		break;
 	case Common::KEYCODE_F6:                        // Inventory
 		showDosInventory();


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