mirror of
https://github.com/libretro/scummvm.git
synced 2025-02-24 21:21:05 +00:00
KINGDOM: Fix missing break in switch
This commit is contained in:
parent
4d62f7ea09
commit
ce22c596d4
@ -654,6 +654,7 @@ void Logic::GPL3_581() {
|
||||
_statPlay = 993;
|
||||
_vm->_loopFlag = true;
|
||||
}
|
||||
break;
|
||||
case 0x43A:
|
||||
_statPlay = 582;
|
||||
_vm->_zoom = 2;
|
||||
|
Loading…
x
Reference in New Issue
Block a user