[Scummvm-cvs-logs] SF.net SVN: scummvm:[50046] scummvm/trunk/engines/sci/event.cpp

m_kiewitz at users.sourceforge.net m_kiewitz at users.sourceforge.net
Sat Jun 19 12:28:41 CEST 2010


Revision: 50046
          http://scummvm.svn.sourceforge.net/scummvm/?rev=50046&view=rev
Author:   m_kiewitz
Date:     2010-06-19 10:28:41 +0000 (Sat, 19 Jun 2010)

Log Message:
-----------
SCI: added TODO for keyboard driver size check, maybe this whole stuff isn't needed at all

Modified Paths:
--------------
    scummvm/trunk/engines/sci/event.cpp

Modified: scummvm/trunk/engines/sci/event.cpp
===================================================================
--- scummvm/trunk/engines/sci/event.cpp	2010-06-19 09:46:04 UTC (rev 50045)
+++ scummvm/trunk/engines/sci/event.cpp	2010-06-19 10:28:41 UTC (rev 50046)
@@ -42,6 +42,8 @@
 	} else if (getSciVersion() <= SCI_VERSION_01) {
 		_usesNewKeyboardDirectionType = false;
 	} else {
+		// TODO: maybe this is even not needed at all and we can just use the old method for sci1early
+		//        sq4 floppy doesn't have issues when using the old method although the keyboard driver is new
 		// they changed this somewhere inbetween SCI1EGA/EARLY, so we need to check the size of the keyboard driver
 		_usesNewKeyboardDirectionType = false;
 


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