[Scummvm-cvs-logs] scummvm master -> cb2b375ff0abe8168d232c7bfd3fe7c535f7bfaf

Strangerke Strangerke at scummvm.org
Sun Apr 21 08:29:31 CEST 2013


This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .

Summary:
cb2b375ff0 HOPKINS: Fix missing break in switch CID 1003757


Commit: cb2b375ff0abe8168d232c7bfd3fe7c535f7bfaf
    https://github.com/scummvm/scummvm/commit/cb2b375ff0abe8168d232c7bfd3fe7c535f7bfaf
Author: Strangerke (strangerke at scummvm.org)
Date: 2013-04-20T23:28:23-07:00

Commit Message:
HOPKINS: Fix missing break in switch CID 1003757

Changed paths:
    engines/hopkins/objects.cpp



diff --git a/engines/hopkins/objects.cpp b/engines/hopkins/objects.cpp
index b6b36c7..6a2f4eb 100644
--- a/engines/hopkins/objects.cpp
+++ b/engines/hopkins/objects.cpp
@@ -3441,6 +3441,7 @@ void ObjectsManager::disableVerb(int idx, int a2) {
 	case 13:
 	case 22:
 		curZone->_verbFl8 = 0;
+		break;
 	case 14:
 	case 21:
 	case 25:






More information about the Scummvm-git-logs mailing list