[Scummvm-cvs-logs] SF.net SVN: scummvm:[34846] scummvm/trunk/engines/sword1/sword1.cpp

eriktorbjorn at users.sourceforge.net eriktorbjorn at users.sourceforge.net
Thu Oct 23 18:58:01 CEST 2008


Revision: 34846
          http://scummvm.svn.sourceforge.net/scummvm/?rev=34846&view=rev
Author:   eriktorbjorn
Date:     2008-10-23 16:58:01 +0000 (Thu, 23 Oct 2008)

Log Message:
-----------
Removed obsolete FIXME.

Modified Paths:
--------------
    scummvm/trunk/engines/sword1/sword1.cpp

Modified: scummvm/trunk/engines/sword1/sword1.cpp
===================================================================
--- scummvm/trunk/engines/sword1/sword1.cpp	2008-10-23 07:59:10 UTC (rev 34845)
+++ scummvm/trunk/engines/sword1/sword1.cpp	2008-10-23 16:58:01 UTC (rev 34846)
@@ -802,7 +802,6 @@
 				retCode = CONTROL_RESTART_GAME;
 
 			// The control panel is triggered by F5 or ESC.
-			// FIXME: This is a very strange way of detecting F5...
 			else if (((_keyPressed.keycode == Common::KEYCODE_F5 || _keyPressed.keycode == Common::KEYCODE_ESCAPE)
 			         && (Logic::_scriptVars[MOUSE_STATUS] & 1)) || (_systemVars.controlPanelMode)) {
 				retCode = _control->runPanel();


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