[Scummvm-cvs-logs] SF.net SVN: scummvm:[35271] scummvm/trunk/engines/parallaction/input.cpp

peres001 at users.sourceforge.net peres001 at users.sourceforge.net
Sun Dec 7 13:47:15 CET 2008


Revision: 35271
          http://scummvm.svn.sourceforge.net/scummvm/?rev=35271&view=rev
Author:   peres001
Date:     2008-12-07 12:47:14 +0000 (Sun, 07 Dec 2008)

Log Message:
-----------
Missing break statement caused many broken warning messages.

Modified Paths:
--------------
    scummvm/trunk/engines/parallaction/input.cpp

Modified: scummvm/trunk/engines/parallaction/input.cpp
===================================================================
--- scummvm/trunk/engines/parallaction/input.cpp	2008-12-07 12:41:50 UTC (rev 35270)
+++ scummvm/trunk/engines/parallaction/input.cpp	2008-12-07 12:47:14 UTC (rev 35271)
@@ -515,6 +515,7 @@
 		// FIXME: destination offseting is not clear
 		_vm->_inventoryRenderer->drawItem(name, dst + _mouseComboProps_BR._yOffset * _mouseComboProps_BR._width + _mouseComboProps_BR._xOffset, _mouseComboProps_BR._width);
 		_vm->_system->setMouseCursor(dst, _mouseComboProps_BR._width, _mouseComboProps_BR._height, 0, 0, 0);
+		break;
 	}
 
 	default:


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