mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-11 19:54:03 +00:00
DEVTOOLS: Fix CID 1022207. Missing break in switch
This commit is contained in:
parent
e0e6b95384
commit
059fa15d14
@ -149,6 +149,7 @@ uint16 process_action_sequence_entry(int supportIndex, byte *data, uint16 remain
|
||||
if (startOffset == 0x7328) { startOffset = 0x72ae; maxOffset = 0x7382; }
|
||||
if (startOffset == 0x702f) { startOffset = 0x6f3d; maxOffset = 0x70a3; }
|
||||
if (startOffset == 0x7886) { startOffset = 0x742a; maxOffset = 0x7896; }
|
||||
break;
|
||||
case DE_DEU:
|
||||
if (startOffset == 0x7edb) { startOffset = 0x7ead; maxOffset = 0x7f05; }
|
||||
if (startOffset == 0x7ab8) { startOffset = 0x796c; maxOffset = 0x7ae2; }
|
||||
|
Loading…
Reference in New Issue
Block a user