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

mthreepwood at users.sourceforge.net mthreepwood at users.sourceforge.net
Sat Feb 6 06:29:09 CET 2010


Revision: 47926
          http://scummvm.svn.sourceforge.net/scummvm/?rev=47926&view=rev
Author:   mthreepwood
Date:     2010-02-06 05:29:08 +0000 (Sat, 06 Feb 2010)

Log Message:
-----------
Add a missing break.

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

Modified: scummvm/trunk/engines/sci/engine/kgraphics.cpp
===================================================================
--- scummvm/trunk/engines/sci/engine/kgraphics.cpp	2010-02-06 04:13:00 UTC (rev 47925)
+++ scummvm/trunk/engines/sci/engine/kgraphics.cpp	2010-02-06 05:29:08 UTC (rev 47926)
@@ -132,6 +132,7 @@
 			s->_gfxCursor->kernelShow();
 			break;
 		}
+		break;
 	case 2:
 		pos.y = argv[1].toSint16();
 		pos.x = argv[0].toSint16();


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