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

fingolfin at users.sourceforge.net fingolfin at users.sourceforge.net
Fri Jul 3 12:41:04 CEST 2009


Revision: 42055
          http://scummvm.svn.sourceforge.net/scummvm/?rev=42055&view=rev
Author:   fingolfin
Date:     2009-07-03 10:41:03 +0000 (Fri, 03 Jul 2009)

Log Message:
-----------
SCI: Fixed warning

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

Modified: scummvm/trunk/engines/sci/engine/scriptdebug.cpp
===================================================================
--- scummvm/trunk/engines/sci/engine/scriptdebug.cpp	2009-07-03 10:40:49 UTC (rev 42054)
+++ scummvm/trunk/engines/sci/engine/scriptdebug.cpp	2009-07-03 10:41:03 UTC (rev 42055)
@@ -377,6 +377,13 @@
 					return; // CORRECT global?
 				break;
 
+			case kDebugSeekSO:
+				// FIXME: Unhandled?
+				break;
+
+			case kDebugSeekNothing:
+				// FIXME: Unhandled?
+				break;
 			}
 
 			debugState.seeking = kDebugSeekNothing;


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