KINGDOM: Fix missing break in switch

This commit is contained in:
Strangerke 2020-06-07 13:57:36 +01:00
parent 4d62f7ea09
commit ce22c596d4

View File

@ -654,6 +654,7 @@ void Logic::GPL3_581() {
_statPlay = 993;
_vm->_loopFlag = true;
}
break;
case 0x43A:
_statPlay = 582;
_vm->_zoom = 2;