[Scummvm-git-logs] scummvm master -> ce22c596d402cf2ea1c6dd32795ba41c954544c7

Strangerke Strangerke at scummvm.org
Sun Jun 7 12:57:47 UTC 2020


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:
ce22c596d4 KINGDOM: Fix missing break in switch


Commit: ce22c596d402cf2ea1c6dd32795ba41c954544c7
    https://github.com/scummvm/scummvm/commit/ce22c596d402cf2ea1c6dd32795ba41c954544c7
Author: Strangerke (Strangerke at scummvm.org)
Date: 2020-06-07T13:57:36+01:00

Commit Message:
KINGDOM: Fix missing break in switch

Changed paths:
    engines/kingdom/logic3.cpp


diff --git a/engines/kingdom/logic3.cpp b/engines/kingdom/logic3.cpp
index cb26873c94..344ecda02b 100644
--- a/engines/kingdom/logic3.cpp
+++ b/engines/kingdom/logic3.cpp
@@ -654,6 +654,7 @@ void Logic::GPL3_581() {
 			_statPlay = 993;
 			_vm->_loopFlag = true;
 		}
+		break;
 	case 0x43A:
 		_statPlay = 582;
 		_vm->_zoom = 2;




More information about the Scummvm-git-logs mailing list