[Scummvm-cvs-logs] SF.net SVN: scummvm:[49993] scummvm/trunk/engines/sci/engine/kfile.cpp

thebluegr at users.sourceforge.net thebluegr at users.sourceforge.net
Fri Jun 18 04:09:12 CEST 2010


Revision: 49993
          http://scummvm.svn.sourceforge.net/scummvm/?rev=49993&view=rev
Author:   thebluegr
Date:     2010-06-18 02:09:12 +0000 (Fri, 18 Jun 2010)

Log Message:
-----------
Error out on unimplemented kDeviceInfo() calls

Modified Paths:
--------------
    scummvm/trunk/engines/sci/engine/kfile.cpp

Modified: scummvm/trunk/engines/sci/engine/kfile.cpp
===================================================================
--- scummvm/trunk/engines/sci/engine/kfile.cpp	2010-06-18 02:08:21 UTC (rev 49992)
+++ scummvm/trunk/engines/sci/engine/kfile.cpp	2010-06-18 02:09:12 UTC (rev 49993)
@@ -402,8 +402,7 @@
 		break;
 
 	default:
-		// TODO: Not all sub-commands are handled. E.g. KQ5CD calls sub-command 5
-		warning("Unknown DeviceInfo() sub-command: %d", mode);
+		error("Unknown DeviceInfo() sub-command: %d", mode);
 		break;
 	}
 


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